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

Unified Diff: remoting/capturer/shared_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/mouse_cursor_shape.cc ('k') | remoting/capturer/shared_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/shared_buffer.h
diff --git a/remoting/base/shared_buffer.h b/remoting/capturer/shared_buffer.h
similarity index 94%
rename from remoting/base/shared_buffer.h
rename to remoting/capturer/shared_buffer.h
index 7b144d162df630fbd42c45594625e60a090fa191..16429b9fa19c3216c2eadc1cc1825dd0cdf673b4 100644
--- a/remoting/base/shared_buffer.h
+++ b/remoting/capturer/shared_buffer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_BASE_SHARED_BUFFER_H_
-#define REMOTING_BASE_SHARED_BUFFER_H_
+#ifndef REMOTING_CAPTURER_SHARED_BUFFER_H_
+#define REMOTING_CAPTURER_SHARED_BUFFER_H_
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
@@ -66,4 +66,4 @@ class SharedBuffer
} // namespace remoting
-#endif // REMOTING_BASE_SHARED_BUFFER_H_
+#endif // REMOTING_CAPTURER_SHARED_BUFFER_H_
« no previous file with comments | « remoting/capturer/mouse_cursor_shape.cc ('k') | remoting/capturer/shared_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698