| Index: Source/WebKit/chromium/src/GeolocationClientProxy.cpp
|
| diff --git a/Source/WebKit/chromium/src/GeolocationClientProxy.cpp b/Source/WebKit/chromium/src/GeolocationClientProxy.cpp
|
| index b2536dd6d618f28abb92d468bfbcec6369021422..94ee7cfa7a5b6a847b44c2308dcee4d096927bda 100644
|
| --- a/Source/WebKit/chromium/src/GeolocationClientProxy.cpp
|
| +++ b/Source/WebKit/chromium/src/GeolocationClientProxy.cpp
|
| @@ -26,12 +26,12 @@
|
| #include "config.h"
|
| #include "GeolocationClientProxy.h"
|
|
|
| -#include "Geolocation.h"
|
| -#include "GeolocationPosition.h"
|
| #include "WebGeolocationClient.h"
|
| #include "WebGeolocationController.h"
|
| #include "WebGeolocationPermissionRequest.h"
|
| #include "WebGeolocationPosition.h"
|
| +#include "modules/geolocation/Geolocation.h"
|
| +#include "modules/geolocation/GeolocationPosition.h"
|
|
|
| namespace WebKit {
|
|
|
|
|