| Index: content/browser/media/capture/web_contents_capture_util.h
|
| diff --git a/content/browser/renderer_host/media/web_contents_capture_util.h b/content/browser/media/capture/web_contents_capture_util.h
|
| similarity index 82%
|
| rename from content/browser/renderer_host/media/web_contents_capture_util.h
|
| rename to content/browser/media/capture/web_contents_capture_util.h
|
| index 8f376afdeec1734c207424e572a7ad7b4584c713..5f43f423b8b7a09b805be5a4a08eec0e5802f5d1 100644
|
| --- a/content/browser/renderer_host/media/web_contents_capture_util.h
|
| +++ b/content/browser/media/capture/web_contents_capture_util.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_WEB_CONTENTS_CAPTURE_UTIL_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_WEB_CONTENTS_CAPTURE_UTIL_H_
|
| +#ifndef CONTENT_BROWSER_MEDIA_CAPTURE_WEB_CONTENTS_CAPTURE_UTIL_H_
|
| +#define CONTENT_BROWSER_MEDIA_CAPTURE_WEB_CONTENTS_CAPTURE_UTIL_H_
|
|
|
| #include <string>
|
|
|
| @@ -32,4 +32,4 @@ class CONTENT_EXPORT WebContentsCaptureUtil {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_MEDIA_WEB_CONTENTS_CAPTURE_UTIL_H_
|
| +#endif // CONTENT_BROWSER_MEDIA_CAPTURE_WEB_CONTENTS_CAPTURE_UTIL_H_
|
|
|