| Index: Source/WebKit/chromium/src/WebGeolocationClientMock.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebGeolocationClientMock.cpp b/Source/WebKit/chromium/src/WebGeolocationClientMock.cpp
|
| index 21021ed37f9cc83f02a8e2551870a41fdde42a42..eb0928f424d07e4d68ae3b4007aca8eca944512d 100644
|
| --- a/Source/WebKit/chromium/src/WebGeolocationClientMock.cpp
|
| +++ b/Source/WebKit/chromium/src/WebGeolocationClientMock.cpp
|
| @@ -31,9 +31,7 @@
|
| #include "config.h"
|
| #include "WebGeolocationClientMock.h"
|
|
|
| -#include <wtf/CurrentTime.h>
|
| #include "Geolocation.h"
|
| -#include "GeolocationClientMock.h"
|
| #include "GeolocationError.h"
|
| #include "GeolocationPosition.h"
|
| #include "PositionError.h"
|
| @@ -41,7 +39,9 @@
|
| #include "WebGeolocationError.h"
|
| #include "WebGeolocationPermissionRequest.h"
|
| #include "WebGeolocationPosition.h"
|
| +#include "core/platform/mock/GeolocationClientMock.h"
|
| #include <public/WebString.h>
|
| +#include <wtf/CurrentTime.h>
|
|
|
| using namespace WebCore;
|
|
|
|
|