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

Unified Diff: media/video/capture/screen/differ_block_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
« no previous file with comments | « media/video/capture/screen/differ_block_sse2.cc ('k') | media/video/capture/screen/differ_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/video/capture/screen/differ_block_sse2.cc ('k') | media/video/capture/screen/differ_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698