| Index: content/browser/media/capture/desktop_capture_device_aura.h
|
| diff --git a/content/browser/renderer_host/media/desktop_capture_device_aura.h b/content/browser/media/capture/desktop_capture_device_aura.h
|
| similarity index 84%
|
| rename from content/browser/renderer_host/media/desktop_capture_device_aura.h
|
| rename to content/browser/media/capture/desktop_capture_device_aura.h
|
| index 92ddd72f5752e746409e635f2d587f35f14cdf83..997b3ce3a00f42fe7fbb56055dbf0beacfa6bbbf 100644
|
| --- a/content/browser/renderer_host/media/desktop_capture_device_aura.h
|
| +++ b/content/browser/media/capture/desktop_capture_device_aura.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_RENDERER_HOST_MEDIA_DESKTOP_CAPTURE_DEVICE_AURA_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_DESKTOP_CAPTURE_DEVICE_AURA_H_
|
| +#ifndef CONTENT_BROWSER_MEDIA_CAPTURE_DESKTOP_CAPTURE_DEVICE_AURA_H_
|
| +#define CONTENT_BROWSER_MEDIA_CAPTURE_DESKTOP_CAPTURE_DEVICE_AURA_H_
|
|
|
| #include <string>
|
|
|
| @@ -45,4 +45,4 @@ class CONTENT_EXPORT DesktopCaptureDeviceAura
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_MEDIA_DESKTOP_CAPTURE_DEVICE_AURA_H_
|
| +#endif // CONTENT_BROWSER_MEDIA_CAPTURE_DESKTOP_CAPTURE_DEVICE_AURA_H_
|
|
|