| Index: content/renderer/pepper/pepper_platform_audio_input_impl.h
|
| diff --git a/content/renderer/pepper/pepper_platform_audio_input_impl.h b/content/renderer/pepper/pepper_platform_audio_input_impl.h
|
| index 384a7c62204185fffa56dd225f61acc4011fdc01..4117fe499e5bf319b74db39aebedab2a82220042 100644
|
| --- a/content/renderer/pepper/pepper_platform_audio_input_impl.h
|
| +++ b/content/renderer/pepper/pepper_platform_audio_input_impl.h
|
| @@ -19,6 +19,8 @@ namespace media {
|
| class AudioParameters;
|
| }
|
|
|
| +namespace content {
|
| +
|
| class PepperPluginDelegateImpl;
|
|
|
| // PepperPlatformAudioInputImpl is operated on two threads: the main thread (the
|
| @@ -111,4 +113,6 @@ class PepperPlatformAudioInputImpl
|
| DISALLOW_COPY_AND_ASSIGN(PepperPlatformAudioInputImpl);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_RENDERER_PEPPER_PEPPER_PLATFORM_AUDIO_INPUT_IMPL_H_
|
|
|