| Index: media/base/video_capture_types.h
|
| diff --git a/media/video/capture/video_capture_types.h b/media/base/video_capture_types.h
|
| similarity index 96%
|
| rename from media/video/capture/video_capture_types.h
|
| rename to media/base/video_capture_types.h
|
| index 3869876260abaf77a68b428a82d45ae478ee69e0..717cbf644c7ae00a043d45a38e5384f94250187a 100644
|
| --- a/media/video/capture/video_capture_types.h
|
| +++ b/media/base/video_capture_types.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_VIDEO_CAPTURE_VIDEO_CAPTURE_TYPES_H_
|
| -#define MEDIA_VIDEO_CAPTURE_VIDEO_CAPTURE_TYPES_H_
|
| +#ifndef MEDIA_BASE_VIDEO_CAPTURE_TYPES_H_
|
| +#define MEDIA_BASE_VIDEO_CAPTURE_TYPES_H_
|
|
|
| #include <vector>
|
|
|
| @@ -116,4 +116,4 @@ class MEDIA_EXPORT VideoCaptureParams {
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_VIDEO_CAPTURE_VIDEO_CAPTURE_TYPES_H_
|
| +#endif // MEDIA_BASE_VIDEO_CAPTURE_TYPES_H_
|
|
|