Index: content/renderer/geolocation_dispatcher.cc |
=================================================================== |
--- content/renderer/geolocation_dispatcher.cc (revision 175802) |
+++ content/renderer/geolocation_dispatcher.cc (working copy) |
@@ -6,13 +6,13 @@ |
#include "content/common/geolocation_messages.h" |
#include "content/renderer/render_view_impl.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationPermissionRequest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationPermissionRequestManager.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationClient.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationPosition.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationError.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
using WebKit::WebGeolocationController; |
using WebKit::WebGeolocationError; |