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

Unified Diff: remoting/capturer/video_frame_queue.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_win.cc ('k') | remoting/capturer/video_frame_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/video_frame_queue.h
diff --git a/remoting/host/video_frame_queue.h b/remoting/capturer/video_frame_queue.h
similarity index 93%
rename from remoting/host/video_frame_queue.h
rename to remoting/capturer/video_frame_queue.h
index 508443554b7f6afd7d9a63f34a9c711f59d9d0b7..44aee7ccd89768da7e8636e58c3cb57f64f0a23e 100644
--- a/remoting/host/video_frame_queue.h
+++ b/remoting/capturer/video_frame_queue.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_HOST_VIDEO_FRAME_QUEUE_H_
-#define REMOTING_HOST_VIDEO_FRAME_QUEUE_H_
+#ifndef REMOTING_CAPTURER_VIDEO_FRAME_QUEUE_H_
+#define REMOTING_CAPTURER_VIDEO_FRAME_QUEUE_H_
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
@@ -66,4 +66,4 @@ class VideoFrameQueue {
} // namespace remoting
-#endif // REMOTING_HOST_VIDEO_FRAME_QUEUE_H_
+#endif // REMOTING_CAPTURER_VIDEO_FRAME_QUEUE_H_
« no previous file with comments | « remoting/capturer/video_frame_capturer_win.cc ('k') | remoting/capturer/video_frame_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698