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

Unified Diff: remoting/capturer/differ_block_sse2.h

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.cc ('k') | remoting/capturer/differ_block_sse2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/differ_block_sse2.h
diff --git a/remoting/host/differ_block_internal.h b/remoting/capturer/differ_block_sse2.h
similarity index 83%
rename from remoting/host/differ_block_internal.h
rename to remoting/capturer/differ_block_sse2.h
index d0ddce0efd3002f9a87950a9a0e738e55fae320b..2148f282f5c3e3e0ce66fb6fd870872842300914 100644
--- a/remoting/host/differ_block_internal.h
+++ b/remoting/capturer/differ_block_sse2.h
@@ -5,8 +5,8 @@
// This header file is used only differ_block.h. It defines the SSE2 rountines
// for finding block difference.
-#ifndef REMOTING_HOST_DIFFER_BLOCK_INTERNAL_H_
-#define REMOTING_HOST_DIFFER_BLOCK_INTERNAL_H_
+#ifndef REMOTING_HOST_DIFFER_BLOCK_SSE2_H_
+#define REMOTING_HOST_DIFFER_BLOCK_SSE2_H_
#include "base/basictypes.h"
@@ -22,4 +22,4 @@ extern int BlockDifference_SSE2_W32(const uint8* image1, const uint8* image2,
} // namespace remoting
-#endif // REMOTING_HOST_DIFFER_BLOCK_INTERNAL_H_
+#endif // REMOTING_HOST_DIFFER_BLOCK_SSE2_H_
« no previous file with comments | « remoting/capturer/differ_block.cc ('k') | remoting/capturer/differ_block_sse2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698