diff options
Diffstat (limited to 'content/renderer/geolocation_dispatcher.h')
-rw-r--r-- | content/renderer/geolocation_dispatcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/geolocation_dispatcher.h b/content/renderer/geolocation_dispatcher.h index 7ce2b6a..bda1ff7 100644 --- a/content/renderer/geolocation_dispatcher.h +++ b/content/renderer/geolocation_dispatcher.h @@ -7,8 +7,8 @@ #include "base/memory/scoped_ptr.h" #include "content/public/renderer/render_view_observer.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationClient.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebGeolocationController.h" +#include "third_party/WebKit/public/web/WebGeolocationClient.h" +#include "third_party/WebKit/public/web/WebGeolocationController.h" namespace WebKit { class WebGeolocationController; |