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_ |