summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 15:48:32 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 15:48:32 +0000
commitb3c41c0bfeabc14ef1ba32d757221341c0db5a95 (patch)
tree60970a3f734fc1137961d8def94b808915cff62d /content/browser/geolocation
parent9c1662b1bcee8857245303d037a0f133e58a6079 (diff)
downloadchromium_src-b3c41c0bfeabc14ef1ba32d757221341c0db5a95.zip
chromium_src-b3c41c0bfeabc14ef1ba32d757221341c0db5a95.tar.gz
chromium_src-b3c41c0bfeabc14ef1ba32d757221341c0db5a95.tar.bz2
Move Render(Widget|View)HostImpl to files with _impl in filename.
TBR=jam@chromium.org BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9600021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/geolocation')
-rw-r--r--content/browser/geolocation/geolocation_dispatcher_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/geolocation_dispatcher_host.cc b/content/browser/geolocation/geolocation_dispatcher_host.cc
index 717918be3..619b3b1 100644
--- a/content/browser/geolocation/geolocation_dispatcher_host.cc
+++ b/content/browser/geolocation/geolocation_dispatcher_host.cc
@@ -12,7 +12,7 @@
#include "content/browser/geolocation/geolocation_provider.h"
#include "content/browser/renderer_host/render_message_filter.h"
#include "content/browser/renderer_host/render_process_host_impl.h"
-#include "content/browser/renderer_host/render_view_host.h"
+#include "content/browser/renderer_host/render_view_host_impl.h"
#include "content/public/browser/geolocation_permission_context.h"
#include "content/common/geolocation_messages.h"
#include "content/common/geoposition.h"