| Index: device/capture/content/capture_resolution_chooser.h
|
| diff --git a/media/capture/content/capture_resolution_chooser.h b/device/capture/content/capture_resolution_chooser.h
|
| similarity index 94%
|
| rename from media/capture/content/capture_resolution_chooser.h
|
| rename to device/capture/content/capture_resolution_chooser.h
|
| index cbc887d7462b515797aed42420f3b8a033969236..45fec8b0a65e9dc06910b6f430a95097ffcdea5a 100644
|
| --- a/media/capture/content/capture_resolution_chooser.h
|
| +++ b/device/capture/content/capture_resolution_chooser.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
|
| -#define MEDIA_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
|
| +#ifndef DEVICE_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
|
| +#define DEVICE_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
|
|
|
| #include <vector>
|
|
|
| +#include "device/capture/capture_export.h"
|
| #include "media/base/video_capture_types.h"
|
| -#include "media/capture/capture_export.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| namespace media {
|
| @@ -88,4 +88,4 @@ class CAPTURE_EXPORT CaptureResolutionChooser {
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
|
| +#endif // DEVICE_CAPTURE_CONTENT_CAPTURE_RESOLUTION_CHOOSER_H_
|
|
|