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