| Index: remoting/host/screen_recorder_unittest.cc
|
| diff --git a/remoting/host/screen_recorder_unittest.cc b/remoting/host/screen_recorder_unittest.cc
|
| index 6f61051015c7bd974918eab4b70de62248d7cf2a..ebf484bc468dfaccf572d0962623f873dde24932 100644
|
| --- a/remoting/host/screen_recorder_unittest.cc
|
| +++ b/remoting/host/screen_recorder_unittest.cc
|
| @@ -5,10 +5,10 @@
|
| #include "base/message_loop.h"
|
| #include "base/task.h"
|
| #include "remoting/base/mock_objects.h"
|
| -#include "remoting/host/mock_objects.h"
|
| +#include "remoting/host/host_mock_objects.h"
|
| #include "remoting/host/screen_recorder.h"
|
| #include "remoting/proto/video.pb.h"
|
| -#include "remoting/protocol/mock_objects.h"
|
| +#include "remoting/protocol/protocol_mock_objects.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|