| Index: content/browser/media/capture/web_contents_audio_input_stream.h
|
| diff --git a/content/browser/renderer_host/media/web_contents_audio_input_stream.h b/content/browser/media/capture/web_contents_audio_input_stream.h
|
| similarity index 93%
|
| rename from content/browser/renderer_host/media/web_contents_audio_input_stream.h
|
| rename to content/browser/media/capture/web_contents_audio_input_stream.h
|
| index cd50353251959b1af51b3ebd134143ebe55b0e17..c0a2c6afd7fee8b81ac3e51adf18ee9ef8011cd3 100644
|
| --- a/content/browser/renderer_host/media/web_contents_audio_input_stream.h
|
| +++ b/content/browser/media/capture/web_contents_audio_input_stream.h
|
| @@ -13,8 +13,8 @@
|
| // navigation, crash/reload, etc. events; and take appropriate actions to
|
| // provide a seamless, uninterrupted mirroring experience.
|
|
|
| -#ifndef CONTENT_BROWSER_RENDERER_HOST_MEDIA_WEB_CONTENTS_AUDIO_INPUT_STREAM_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_WEB_CONTENTS_AUDIO_INPUT_STREAM_H_
|
| +#ifndef CONTENT_BROWSER_MEDIA_CAPTURE_WEB_CONTENTS_AUDIO_INPUT_STREAM_H_
|
| +#define CONTENT_BROWSER_MEDIA_CAPTURE_WEB_CONTENTS_AUDIO_INPUT_STREAM_H_
|
|
|
| #include <string>
|
|
|
| @@ -89,4 +89,4 @@ class CONTENT_EXPORT WebContentsAudioInputStream
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_MEDIA_WEB_CONTENTS_AUDIO_INPUT_STREAM_H_
|
| +#endif // CONTENT_BROWSER_MEDIA_CAPTURE_WEB_CONTENTS_AUDIO_INPUT_STREAM_H_
|
|
|