15 lines
478 B
C
15 lines
478 B
C
////////////////////////////////////////////////////////////////////////////////
|
|
// Copyright 2017 Google LLC.
|
|
//
|
|
// This software is licensed under the terms defined in the Widevine Master
|
|
// License Agreement. For a copy of this agreement, please contact
|
|
// widevine-licensing@google.com.
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef TESTING_GMOCK_H_
|
|
#define TESTING_GMOCK_H_
|
|
|
|
#include <gmock/gmock.h>
|
|
|
|
#endif // TESTING_GMOCK_H_
|