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

Unified Diff: remoting/capturer/differ_block_sse2.cc

Issue 11470028: Move screen capturers to remoting/capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « remoting/capturer/differ_block_sse2.h ('k') | remoting/capturer/differ_block_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/differ_block_sse2.cc
diff --git a/remoting/host/differ_block_sse2.cc b/remoting/capturer/differ_block_sse2.cc
similarity index 97%
rename from remoting/host/differ_block_sse2.cc
rename to remoting/capturer/differ_block_sse2.cc
index 67e571c88419768ee12e7f6351682b5f35956776..9078a429b0e7d5e0a85aff5343382f2b8583bf5e 100644
--- a/remoting/host/differ_block_sse2.cc
+++ b/remoting/capturer/differ_block_sse2.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "remoting/capturer/differ_block_sse2.h"
+
#if defined(_MSC_VER)
#include <intrin.h>
#else
@@ -9,8 +11,7 @@
#include <emmintrin.h>
#endif
-#include "remoting/host/differ_block.h"
-#include "remoting/host/differ_block_internal.h"
+#include "remoting/capturer/differ_block.h"
namespace remoting {
« no previous file with comments | « remoting/capturer/differ_block_sse2.h ('k') | remoting/capturer/differ_block_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698