| Index: content/browser/image_capture/image_capture_impl.h
|
| diff --git a/content/browser/media/capture/image_capture_impl.h b/content/browser/image_capture/image_capture_impl.h
|
| similarity index 83%
|
| rename from content/browser/media/capture/image_capture_impl.h
|
| rename to content/browser/image_capture/image_capture_impl.h
|
| index a4b3cf4c6885ca128f7d54b7d0a8e889971df6ff..7ea8c3209092592a9e8c26cf35fe5ca60e6548c9 100644
|
| --- a/content/browser/media/capture/image_capture_impl.h
|
| +++ b/content/browser/image_capture/image_capture_impl.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 CONTENT_BROWSER_MEDIA_CAPTURE_IMAGE_CAPTURE_IMPL_H_
|
| -#define CONTENT_BROWSER_MEDIA_CAPTURE_IMAGE_CAPTURE_IMPL_H_
|
| +#ifndef CONTENT_BROWSER_IMAGE_CAPTURE_IMAGE_CAPTURE_IMPL_H_
|
| +#define CONTENT_BROWSER_IMAGE_CAPTURE_IMAGE_CAPTURE_IMPL_H_
|
|
|
| #include "media/capture/mojo/image_capture.mojom.h"
|
|
|
| @@ -32,4 +32,4 @@ class ImageCaptureImpl : public media::mojom::ImageCapture {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_MEDIA_CAPTURE_IMAGE_CAPTURE_IMPL_H_
|
| +#endif // CONTENT_BROWSER_IMAGE_CAPTURE_IMAGE_CAPTURE_IMPL_H_
|
|
|