diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 12:53:40 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 12:53:40 +0000 |
commit | c89ae4b745e5323b4322bd2fae6242677da24136 (patch) | |
tree | 10ec64850b7aa24f58d541400e8ca07409032d5a /content/renderer/geolocation_dispatcher.cc | |
parent | 49fc3ea7d27ed47571f84bfe29d66c94d9c9d388 (diff) | |
download | chromium_src-c89ae4b745e5323b4322bd2fae6242677da24136.zip chromium_src-c89ae4b745e5323b4322bd2fae6242677da24136.tar.gz chromium_src-c89ae4b745e5323b4322bd2fae6242677da24136.tar.bz2 |
Update some #includes in content/renderer for headers in the new Platform directory
Review URL: https://chromiumcodereview.appspot.com/11819044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/geolocation_dispatcher.cc')
-rw-r--r-- | content/renderer/geolocation_dispatcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/geolocation_dispatcher.cc b/content/renderer/geolocation_dispatcher.cc index 3070cbd..ca9aa53 100644 --- a/content/renderer/geolocation_dispatcher.cc +++ b/content/renderer/geolocation_dispatcher.cc @@ -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; |