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

Unified Diff: remoting/capturer/capture_data.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/DEPS ('k') | remoting/capturer/capture_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/capture_data.h
diff --git a/remoting/base/capture_data.h b/remoting/capturer/capture_data.h
similarity index 93%
rename from remoting/base/capture_data.h
rename to remoting/capturer/capture_data.h
index adab19ebc1fbaff06a91adffc0e901b508540bd7..e30f30d5ce2c04f4461fd298a18b3918843cdb0b 100644
--- a/remoting/base/capture_data.h
+++ b/remoting/capturer/capture_data.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_BASE_CAPTURE_DATA_H_
-#define REMOTING_BASE_CAPTURE_DATA_H_
+#ifndef REMOTING_CAPTURER_CAPTURE_DATA_H_
+#define REMOTING_CAPTURER_CAPTURE_DATA_H_
#include <vector>
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "media/base/video_frame.h"
-#include "remoting/base/shared_buffer.h"
+#include "remoting/capturer/shared_buffer.h"
#include "third_party/skia/include/core/SkRegion.h"
namespace remoting {
@@ -96,4 +96,4 @@ class CaptureData : public base::RefCountedThreadSafe<CaptureData> {
} // namespace remoting
-#endif // REMOTING_BASE_CAPTURE_DATA_H_
+#endif // REMOTING_CAPTURER_CAPTURE_DATA_H_
« no previous file with comments | « remoting/capturer/DEPS ('k') | remoting/capturer/capture_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698