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

Unified Diff: remoting/capturer/video_frame.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/video_capturer_mock_objects.cc ('k') | remoting/capturer/video_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/video_frame.h
diff --git a/remoting/host/video_frame.h b/remoting/capturer/video_frame.h
similarity index 90%
rename from remoting/host/video_frame.h
rename to remoting/capturer/video_frame.h
index 86204f90cba046d7f549827c828e3905de627ca0..77105b78fbcd74a055d883acd44833a29dae0961 100644
--- a/remoting/host/video_frame.h
+++ b/remoting/capturer/video_frame.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_HOST_VIDEO_FRAME_H_
-#define REMOTING_HOST_VIDEO_FRAME_H_
+#ifndef REMOTING_CAPTURER_VIDEO_FRAME_H_
+#define REMOTING_CAPTURER_VIDEO_FRAME_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
-#include "remoting/base/shared_buffer.h"
-#include "third_party/skia/include/core/SkTypes.h"
+#include "remoting/capturer/shared_buffer.h"
#include "third_party/skia/include/core/SkSize.h"
+#include "third_party/skia/include/core/SkTypes.h"
namespace remoting {
@@ -60,4 +60,4 @@ class VideoFrame {
} // namespace remoting
-#endif // REMOTING_HOST_VIDEO_FRAME_H_
+#endif // REMOTING_CAPTURER_VIDEO_FRAME_H_
« no previous file with comments | « remoting/capturer/video_capturer_mock_objects.cc ('k') | remoting/capturer/video_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698