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 85% |
rename from remoting/host/fake_desktop_capturer.h |
rename to remoting/protocol/fake_desktop_capturer.h |
index 11a0150dbc00fe9c8529930451dd10a962f12f11..a674a4fc1c8a335a4cdfc86fd2330e67a82d9a45 100644 |
--- a/remoting/host/fake_desktop_capturer.h |
+++ b/remoting/protocol/fake_desktop_capturer.h |
@@ -1,11 +1,12 @@ |
-// 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" |
@@ -46,4 +47,4 @@ class FakeDesktopCapturer : public webrtc::DesktopCapturer { |
} // namespace remoting |
-#endif // REMOTING_HOST_FAKE_DESKTOP_CAPTURER_H_ |
+#endif // REMOTING_PROTOCOL_FAKE_DESKTOP_CAPTURER_H_ |