Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Unified Diff: media/video/capture/screen/differ_unittest.cc

Issue 12047101: Move screen capturers from remoting/capturer to media/video/capturer/screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « media/video/capture/screen/differ_block_unittest.cc ('k') | media/video/capture/screen/linux/x_server_pixel_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698