| Index: content/browser/frame_host/render_frame_host_impl.cc | 
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc | 
| index b730c3ceb69613d7a01279273b6cfe417b43273a..88f071a911e4824cb47b8a7a645da70407cadb04 100644 | 
| --- a/content/browser/frame_host/render_frame_host_impl.cc | 
| +++ b/content/browser/frame_host/render_frame_host_impl.cc | 
| @@ -80,7 +80,6 @@ | 
| #include "content/public/browser/permission_type.h" | 
| #include "content/public/browser/render_process_host.h" | 
| #include "content/public/browser/render_widget_host_view.h" | 
| -#include "content/public/browser/resource_context.h" | 
| #include "content/public/browser/storage_partition.h" | 
| #include "content/public/browser/stream_handle.h" | 
| #include "content/public/common/bindings_policy.h" | 
| @@ -2550,7 +2549,6 @@ void RenderFrameHostImpl::RegisterMojoInterfaces() { | 
| base::Bind(&MediaDevicesDispatcherHost::Create, GetProcess()->GetID(), | 
| GetRoutingID(), GetProcess() | 
| ->GetBrowserContext() | 
| -                                       ->GetResourceContext() | 
| ->GetMediaDeviceIDSalt(), | 
| base::Unretained(media_stream_manager)), | 
| BrowserThread::GetTaskRunnerForThread(BrowserThread::IO)); | 
|  |