Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 3119566b046b6e4467a5bbc03c4b6aa6d8683090..a0d3e514c9a0d0ac0eae3d6533c3347ae9d35f5e 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -35,7 +35,6 @@ |
#include "content/browser/frame_host/navigator_impl.h" |
#include "content/browser/frame_host/render_frame_host_impl.h" |
#include "content/browser/frame_host/render_widget_host_view_child_frame.h" |
-#include "content/browser/geolocation/geolocation_dispatcher_host.h" |
#include "content/browser/geolocation/geolocation_service_context.h" |
#include "content/browser/host_zoom_map_impl.h" |
#include "content/browser/loader/resource_dispatcher_host_impl.h" |
@@ -1189,7 +1188,6 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) { |
NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED, |
NotificationService::AllBrowserContextsAndSources()); |
- geolocation_dispatcher_host_.reset(new GeolocationDispatcherHost(this)); |
midi_dispatcher_host_.reset(new MidiDispatcherHost(this)); |
screen_orientation_dispatcher_host_.reset( |