| Index: Source/core/platform/mock/GeolocationClientMock.cpp
|
| diff --git a/Source/core/platform/mock/GeolocationClientMock.cpp b/Source/core/platform/mock/GeolocationClientMock.cpp
|
| index 452b4991d28ec95cde0c9a9d462b5d987443ba6b..8b0be679be4799e9920386a48a5f9ffd76e0ceba 100644
|
| --- a/Source/core/platform/mock/GeolocationClientMock.cpp
|
| +++ b/Source/core/platform/mock/GeolocationClientMock.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "config.h"
|
| #include "core/platform/mock/GeolocationClientMock.h"
|
|
|
| -#include "GeolocationController.h"
|
| -#include "GeolocationError.h"
|
| -#include "GeolocationPosition.h"
|
| +#include "modules/geolocation/GeolocationController.h"
|
| +#include "modules/geolocation/GeolocationError.h"
|
| +#include "modules/geolocation/GeolocationPosition.h"
|
|
|
| namespace WebCore {
|
|
|
|
|