| Index: Source/WebKit/chromium/src/WebGeolocationController.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebGeolocationController.cpp b/Source/WebKit/chromium/src/WebGeolocationController.cpp
|
| index 12cbaa097387644680c5f9d12044b6e58b9dba1b..3ab4edec6cb87b4cbc7de4ede680def0cd394ef3 100644
|
| --- a/Source/WebKit/chromium/src/WebGeolocationController.cpp
|
| +++ b/Source/WebKit/chromium/src/WebGeolocationController.cpp
|
| @@ -26,11 +26,11 @@
|
| #include "config.h"
|
| #include "WebGeolocationController.h"
|
|
|
| -#include "GeolocationController.h"
|
| -#include "GeolocationError.h"
|
| -#include "GeolocationPosition.h"
|
| #include "WebGeolocationError.h"
|
| #include "WebGeolocationPosition.h"
|
| +#include "modules/geolocation/GeolocationController.h"
|
| +#include "modules/geolocation/GeolocationError.h"
|
| +#include "modules/geolocation/GeolocationPosition.h"
|
|
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefPtr.h>
|
|
|