| Index: webrtc/test/gmock.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/packet.cc b/webrtc/test/gmock.h
|
| similarity index 64%
|
| copy from webrtc/modules/audio_coding/neteq/packet.cc
|
| copy to webrtc/test/gmock.h
|
| index 8a19fe4d5923d5e22a5b485600c6da0c5f3856ba..bc12fb91d1d49e8528e5a1b0c648b105b5875211 100644
|
| --- a/webrtc/modules/audio_coding/neteq/packet.cc
|
| +++ b/webrtc/test/gmock.h
|
| @@ -8,12 +8,13 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/audio_coding/neteq/packet.h"
|
| +#ifndef WEBRTC_TEST_GMOCK_H_
|
| +#define WEBRTC_TEST_GMOCK_H_
|
|
|
| -namespace webrtc {
|
| +#include "webrtc/base/ignore_wundef.h"
|
|
|
| -Packet::Packet() = default;
|
| +RTC_PUSH_IGNORING_WUNDEF()
|
| +#include "testing/gmock/include/gmock/gmock.h"
|
| +RTC_POP_IGNORING_WUNDEF()
|
|
|
| -Packet::~Packet() = default;
|
| -
|
| -} // namespace webrtc
|
| +#endif // WEBRTC_TEST_GMOCK_H_
|
|
|