| Index: media/video/capture/screen/differ_unittest.cc
|
| diff --git a/remoting/capturer/differ_unittest.cc b/media/video/capture/screen/differ_unittest.cc
|
| similarity index 99%
|
| rename from remoting/capturer/differ_unittest.cc
|
| rename to media/video/capture/screen/differ_unittest.cc
|
| index 9d932cc1a3e9cfbdb179e92720c84c006a1de8a9..9b9b20f9b3575419e0c912590b5d7e092dea20b4 100644
|
| --- a/remoting/capturer/differ_unittest.cc
|
| +++ b/media/video/capture/screen/differ_unittest.cc
|
| @@ -3,11 +3,11 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "remoting/capturer/differ.h"
|
| -#include "remoting/capturer/differ_block.h"
|
| +#include "media/video/capture/screen/differ.h"
|
| +#include "media/video/capture/screen/differ_block.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| // 96x96 screen gives a 4x4 grid of blocks.
|
| const int kScreenWidth= 96;
|
| @@ -636,4 +636,4 @@ TEST_F(DifferTest, MergeBlocks_MultiRect) {
|
| ASSERT_TRUE(CheckDirtyRegionContainsRect(dirty, 1, 2, 1, 1));
|
| }
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|