| Index: public/webview/WebGeolocationPosition.h
|
| diff --git a/Source/WebKit/chromium/public/WebGeolocationPosition.h b/public/webview/WebGeolocationPosition.h
|
| similarity index 96%
|
| copy from Source/WebKit/chromium/public/WebGeolocationPosition.h
|
| copy to public/webview/WebGeolocationPosition.h
|
| index 76f857c1566167ca3a77e0d00c61633fc5917a28..64e8f970ff0512c4f3a270f9c654cc0f88a90732 100644
|
| --- a/Source/WebKit/chromium/public/WebGeolocationPosition.h
|
| +++ b/public/webview/WebGeolocationPosition.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef WebGeolocationPosition_h
|
| #define WebGeolocationPosition_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebPrivatePtr.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebPrivatePtr.h"
|
|
|
| #if WEBKIT_IMPLEMENTATION
|
| #include <wtf/PassRefPtr.h>
|
|
|