| Index: media/video/capture/screen/differ_block_unittest.cc
|
| diff --git a/remoting/capturer/differ_block_unittest.cc b/media/video/capture/screen/differ_block_unittest.cc
|
| similarity index 95%
|
| rename from remoting/capturer/differ_block_unittest.cc
|
| rename to media/video/capture/screen/differ_block_unittest.cc
|
| index d7bb62a4d32d0c1419a2eea851cca9122fb0229b..45694a0906e630004e08dfefd03134269a9cdb8a 100644
|
| --- a/remoting/capturer/differ_block_unittest.cc
|
| +++ b/media/video/capture/screen/differ_block_unittest.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "remoting/capturer/differ_block.h"
|
| +#include "media/video/capture/screen/differ_block.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| // Run 900 times to mimic 1280x720.
|
| // TODO(fbarchard): Remove benchmark once performance is non-issue.
|
| @@ -78,4 +78,4 @@ TEST(BlockDifferenceTestFirst, BlockDifference) {
|
| }
|
| }
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|