| Index: webrtc/call/bitrate_allocator_unittest.cc
|
| diff --git a/webrtc/call/bitrate_allocator_unittest.cc b/webrtc/call/bitrate_allocator_unittest.cc
|
| index 7473ed457c14e2c87ad4d2e5c5a223be8605b74b..9b87c0988df58445a74b6daf981b68e3205d3c8a 100644
|
| --- a/webrtc/call/bitrate_allocator_unittest.cc
|
| +++ b/webrtc/call/bitrate_allocator_unittest.cc
|
| @@ -12,8 +12,8 @@
|
| #include <memory>
|
| #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/call/bitrate_allocator.h"
|
| #include "webrtc/modules/bitrate_controller/include/bitrate_controller.h"
|
|
|
|
|