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

Unified Diff: media/capture/video_capturer_source.h

Issue 2415703002: Move files video_capture*.* from media/base to media/capture (Closed)
Patch Set: rebase Created 4 years, 2 months 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 | « media/capture/video_capture_types.cc ('k') | media/capture/video_capturer_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video_capturer_source.h
diff --git a/media/base/video_capturer_source.h b/media/capture/video_capturer_source.h
similarity index 94%
rename from media/base/video_capturer_source.h
rename to media/capture/video_capturer_source.h
index 760530176d13ac0682a4ca5b1fb7821956652ee7..91879cfa7d7ca04bf754939bf7265168c7e4a82b 100644
--- a/media/base/video_capturer_source.h
+++ b/media/capture/video_capturer_source.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 MEDIA_BASE_VIDEO_CAPTURER_SOURCE_H_
-#define MEDIA_BASE_VIDEO_CAPTURER_SOURCE_H_
+#ifndef MEDIA_CAPTURE_VIDEO_CAPTURER_SOURCE_H_
+#define MEDIA_CAPTURE_VIDEO_CAPTURER_SOURCE_H_
#include <string>
#include <vector>
@@ -11,8 +11,8 @@
#include "base/callback.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
-#include "media/base/media_export.h"
-#include "media/base/video_capture_types.h"
+#include "media/capture/capture_export.h"
+#include "media/capture/video_capture_types.h"
namespace media {
@@ -21,7 +21,7 @@ class VideoFrame;
// VideoCapturerSource is an interface representing the source for captured
// video. An implementation will periodically call the frame callback with new
// video frames.
-class MEDIA_EXPORT VideoCapturerSource {
+class CAPTURE_EXPORT VideoCapturerSource {
public:
virtual ~VideoCapturerSource();
@@ -118,4 +118,4 @@ class MEDIA_EXPORT VideoCapturerSource {
} // namespace media
-#endif // MEDIA_BASE_VIDEO_CAPTURER_SOURCE_H_
+#endif // MEDIA_CAPTURE_VIDEO_CAPTURER_SOURCE_H_
« no previous file with comments | « media/capture/video_capture_types.cc ('k') | media/capture/video_capturer_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698