Index: remoting/capturer/capture_data.h |
diff --git a/remoting/base/capture_data.h b/remoting/capturer/capture_data.h |
similarity index 93% |
rename from remoting/base/capture_data.h |
rename to remoting/capturer/capture_data.h |
index adab19ebc1fbaff06a91adffc0e901b508540bd7..e30f30d5ce2c04f4461fd298a18b3918843cdb0b 100644 |
--- a/remoting/base/capture_data.h |
+++ b/remoting/capturer/capture_data.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_BASE_CAPTURE_DATA_H_ |
-#define REMOTING_BASE_CAPTURE_DATA_H_ |
+#ifndef REMOTING_CAPTURER_CAPTURE_DATA_H_ |
+#define REMOTING_CAPTURER_CAPTURE_DATA_H_ |
#include <vector> |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
#include "media/base/video_frame.h" |
-#include "remoting/base/shared_buffer.h" |
+#include "remoting/capturer/shared_buffer.h" |
#include "third_party/skia/include/core/SkRegion.h" |
namespace remoting { |
@@ -96,4 +96,4 @@ class CaptureData : public base::RefCountedThreadSafe<CaptureData> { |
} // namespace remoting |
-#endif // REMOTING_BASE_CAPTURE_DATA_H_ |
+#endif // REMOTING_CAPTURER_CAPTURE_DATA_H_ |