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

Unified Diff: remoting/capturer/video_frame_capturer_fake.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_frame_capturer.h ('k') | remoting/capturer/video_frame_capturer_fake.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/video_frame_capturer_fake.h
diff --git a/remoting/host/video_frame_capturer_fake.h b/remoting/capturer/video_frame_capturer_fake.h
similarity index 85%
rename from remoting/host/video_frame_capturer_fake.h
rename to remoting/capturer/video_frame_capturer_fake.h
index 623c4d63212ed6f7216019fbffb4579ba9298520..1084a081cb73597dcee460264e0c3b6a152c882e 100644
--- a/remoting/host/video_frame_capturer_fake.h
+++ b/remoting/capturer/video_frame_capturer_fake.h
@@ -2,12 +2,12 @@
// 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_CAPTURER_FAKE_H_
-#define REMOTING_HOST_VIDEO_FRAME_CAPTURER_FAKE_H_
+#ifndef REMOTING_CAPTURER_VIDEO_FRAME_CAPTURER_FAKE_H_
+#define REMOTING_CAPTURER_VIDEO_FRAME_CAPTURER_FAKE_H_
#include "base/memory/scoped_ptr.h"
-#include "remoting/host/video_frame_capturer.h"
-#include "remoting/host/video_frame_capturer_helper.h"
+#include "remoting/capturer/video_frame_capturer.h"
+#include "remoting/capturer/video_frame_capturer_helper.h"
namespace remoting {
@@ -61,4 +61,4 @@ class VideoFrameCapturerFake : public VideoFrameCapturer {
} // namespace remoting
-#endif // REMOTING_HOST_VIDEO_FRAME_CAPTURER_FAKE_H_
+#endif // REMOTING_CAPTURER_VIDEO_FRAME_CAPTURER_FAKE_H_
« no previous file with comments | « remoting/capturer/video_frame_capturer.h ('k') | remoting/capturer/video_frame_capturer_fake.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698