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

Unified Diff: remoting/protocol/fake_desktop_capturer.h

Issue 1462063004: Move VideoFramePump to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/protocol/capture_scheduler_unittest.cc ('k') | remoting/protocol/fake_desktop_capturer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/fake_desktop_capturer.h
diff --git a/remoting/host/fake_desktop_capturer.h b/remoting/protocol/fake_desktop_capturer.h
similarity index 83%
rename from remoting/host/fake_desktop_capturer.h
rename to remoting/protocol/fake_desktop_capturer.h
index 11a0150dbc00fe9c8529930451dd10a962f12f11..ab75abac8254f754a2f81df06e85331eccefb607 100644
--- a/remoting/host/fake_desktop_capturer.h
+++ b/remoting/protocol/fake_desktop_capturer.h
@@ -1,17 +1,19 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_FAKE_DESKTOP_CAPTURER_H_
-#define REMOTING_HOST_FAKE_DESKTOP_CAPTURER_H_
+#ifndef REMOTING_PROTOCOL_FAKE_DESKTOP_CAPTURER_H_
+#define REMOTING_PROTOCOL_FAKE_DESKTOP_CAPTURER_H_
#include "base/callback.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_capturer.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
#include "third_party/webrtc/modules/desktop_capture/screen_capture_frame_queue.h"
namespace remoting {
+namespace protocol {
// A FakeDesktopCapturer generates artificial image for testing purpose.
//
@@ -44,6 +46,7 @@ class FakeDesktopCapturer : public webrtc::DesktopCapturer {
DISALLOW_COPY_AND_ASSIGN(FakeDesktopCapturer);
};
+} // namespace protocol
} // namespace remoting
-#endif // REMOTING_HOST_FAKE_DESKTOP_CAPTURER_H_
+#endif // REMOTING_PROTOCOL_FAKE_DESKTOP_CAPTURER_H_
« no previous file with comments | « remoting/protocol/capture_scheduler_unittest.cc ('k') | remoting/protocol/fake_desktop_capturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698