| Index: content/browser/media/capture/video_capture_oracle.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_oracle.h b/content/browser/media/capture/video_capture_oracle.h
|
| similarity index 94%
|
| rename from content/browser/renderer_host/media/video_capture_oracle.h
|
| rename to content/browser/media/capture/video_capture_oracle.h
|
| index c14d16fb78b77047addc690a416bdabffc6772c2..6242b6a29a8e5d24338c1c44b7fcf7f61f815402 100644
|
| --- a/content/browser/renderer_host/media/video_capture_oracle.h
|
| +++ b/content/browser/media/capture/video_capture_oracle.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_VIDEO_CAPTURE_ORACLE_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_VIDEO_CAPTURE_ORACLE_H_
|
| +#ifndef CONTENT_BROWSER_MEDIA_CAPTURE_VIDEO_CAPTURE_ORACLE_H_
|
| +#define CONTENT_BROWSER_MEDIA_CAPTURE_VIDEO_CAPTURE_ORACLE_H_
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -102,4 +102,4 @@ class CONTENT_EXPORT VideoCaptureOracle {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_MEDIA_VIDEO_CAPTURE_ORACLE_H_
|
| +#endif // CONTENT_BROWSER_MEDIA_CAPTURE_VIDEO_CAPTURE_ORACLE_H_
|
|
|