| Index: webrtc/modules/video_coding/frame_buffer2_unittest.cc
|
| diff --git a/webrtc/modules/video_coding/frame_buffer2_unittest.cc b/webrtc/modules/video_coding/frame_buffer2_unittest.cc
|
| index ad776df310b85c8404512fbb2a0250f71efa6a78..f94ed3f3a6045d334e575d866a908085498a9260 100644
|
| --- a/webrtc/modules/video_coding/frame_buffer2_unittest.cc
|
| +++ b/webrtc/modules/video_coding/frame_buffer2_unittest.cc
|
| @@ -15,8 +15,8 @@
|
| #include <limits>
|
| #include <vector>
|
|
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "webrtc/base/gmock.h"
|
| +#include "webrtc/base/gtest.h"
|
| #include "webrtc/base/platform_thread.h"
|
| #include "webrtc/base/random.h"
|
| #include "webrtc/modules/video_coding/frame_object.h"
|
|
|