| Index: content/browser/renderer_host/media/audio_output_authorization_handler.cc
|
| diff --git a/content/browser/renderer_host/media/audio_output_authorization_handler.cc b/content/browser/renderer_host/media/audio_output_authorization_handler.cc
|
| index 56f27ea1445b39a3cf097ba50d4fd12db5f3577d..cd9f959e138ceedf9a1b80e994ddebed8c08c2e0 100644
|
| --- a/content/browser/renderer_host/media/audio_output_authorization_handler.cc
|
| +++ b/content/browser/renderer_host/media/audio_output_authorization_handler.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "content/browser/renderer_host/media/audio_output_authorization_handler.h"
|
|
|
| +#include "base/memory/ptr_util.h"
|
| #include "base/task_runner_util.h"
|
| #include "content/browser/bad_message.h"
|
| #include "content/browser/renderer_host/media/audio_input_device_manager.h"
|
|
|