| Index: content/browser/media/capture/desktop_capture_device.h
|
| diff --git a/content/browser/renderer_host/media/desktop_capture_device.h b/content/browser/media/capture/desktop_capture_device.h
|
| similarity index 88%
|
| rename from content/browser/renderer_host/media/desktop_capture_device.h
|
| rename to content/browser/media/capture/desktop_capture_device.h
|
| index b418a298d639e917068db630d36587b197524eb4..9e6eaff3fc4b1fef01411cd5098d843b01795209 100644
|
| --- a/content/browser/renderer_host/media/desktop_capture_device.h
|
| +++ b/content/browser/media/capture/desktop_capture_device.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_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_DESKTOP_CAPTURE_DEVICE_H_
|
| +#ifndef CONTENT_BROWSER_MEDIA_CAPTURE_DESKTOP_CAPTURE_DEVICE_H_
|
| +#define CONTENT_BROWSER_MEDIA_CAPTURE_DESKTOP_CAPTURE_DEVICE_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -51,4 +51,4 @@ class CONTENT_EXPORT DesktopCaptureDevice : public media::VideoCaptureDevice {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_MEDIA_DESKTOP_CAPTURE_DEVICE_H_
|
| +#endif // CONTENT_BROWSER_MEDIA_CAPTURE_DESKTOP_CAPTURE_DEVICE_H_
|
|
|