| Index: Source/WebKit/chromium/src/WebGeolocationClientMock.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebGeolocationClientMock.cpp b/Source/WebKit/chromium/src/WebGeolocationClientMock.cpp
|
| index eb0928f424d07e4d68ae3b4007aca8eca944512d..d4568c69fdd0a4e1da5042011a3c0c5ce2f9d1c4 100644
|
| --- a/Source/WebKit/chromium/src/WebGeolocationClientMock.cpp
|
| +++ b/Source/WebKit/chromium/src/WebGeolocationClientMock.cpp
|
| @@ -31,15 +31,15 @@
|
| #include "config.h"
|
| #include "WebGeolocationClientMock.h"
|
|
|
| -#include "Geolocation.h"
|
| -#include "GeolocationError.h"
|
| -#include "GeolocationPosition.h"
|
| -#include "PositionError.h"
|
| #include "WebGeolocationController.h"
|
| #include "WebGeolocationError.h"
|
| #include "WebGeolocationPermissionRequest.h"
|
| #include "WebGeolocationPosition.h"
|
| #include "core/platform/mock/GeolocationClientMock.h"
|
| +#include "modules/geolocation/Geolocation.h"
|
| +#include "modules/geolocation/GeolocationError.h"
|
| +#include "modules/geolocation/GeolocationPosition.h"
|
| +#include "modules/geolocation/PositionError.h"
|
| #include <public/WebString.h>
|
| #include <wtf/CurrentTime.h>
|
|
|
|
|