| Index: public/web/WebGeolocationClientMock.h
|
| diff --git a/public/web/WebGeolocationClientMock.h b/public/web/WebGeolocationClientMock.h
|
| index f20e6cc60b8b634e24dab188ff4481098f9fe058..1342df36497e9658fd49091819402b7400181a16 100644
|
| --- a/public/web/WebGeolocationClientMock.h
|
| +++ b/public/web/WebGeolocationClientMock.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebGeolocationClientMock_h
|
| #define WebGeolocationClientMock_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivateOwnPtr.h"
|
| #include "WebGeolocationClient.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivateOwnPtr.h"
|
|
|
| namespace WebCore {
|
| class GeolocationClientMock;
|
|
|