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

Unified Diff: remoting/capturer/linux/x_server_pixel_buffer.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_unittest.cc ('k') | remoting/capturer/linux/x_server_pixel_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/linux/x_server_pixel_buffer.h
diff --git a/remoting/host/linux/x_server_pixel_buffer.h b/remoting/capturer/linux/x_server_pixel_buffer.h
similarity index 92%
rename from remoting/host/linux/x_server_pixel_buffer.h
rename to remoting/capturer/linux/x_server_pixel_buffer.h
index db5ab6ebfe615e2105531ddb010b17676c1e1b8b..39b239a8f4634510cf9c566143b24676002a954f 100644
--- a/remoting/host/linux/x_server_pixel_buffer.h
+++ b/remoting/capturer/linux/x_server_pixel_buffer.h
@@ -4,8 +4,8 @@
// Don't include this file in any .h files because it pulls in some X headers.
-#ifndef REMOTING_HOST_LINUX_X_SERVER_PIXEL_BUFFER_H_
-#define REMOTING_HOST_LINUX_X_SERVER_PIXEL_BUFFER_H_
+#ifndef REMOTING_CAPTURER_LINUX_X_SERVER_PIXEL_BUFFER_H_
+#define REMOTING_CAPTURER_LINUX_X_SERVER_PIXEL_BUFFER_H_
#include "base/basictypes.h"
#include "third_party/skia/include/core/SkRect.h"
@@ -68,4 +68,4 @@ class XServerPixelBuffer {
} // namespace remoting
-#endif // REMOTING_HOST_LINUX_X_SERVER_PIXEL_BUFFER_H_
+#endif // REMOTING_CAPTURER_LINUX_X_SERVER_PIXEL_BUFFER_H_
« no previous file with comments | « remoting/capturer/differ_unittest.cc ('k') | remoting/capturer/linux/x_server_pixel_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698