| Index: public/webview/WebGeolocationError.h
|
| diff --git a/Source/WebKit/chromium/public/WebGeolocationError.h b/public/webview/WebGeolocationError.h
|
| similarity index 95%
|
| copy from Source/WebKit/chromium/public/WebGeolocationError.h
|
| copy to public/webview/WebGeolocationError.h
|
| index 9aabcb5263a0d37bfdc407c054bd191852fe742c..046b5e676afc8fe421e4771b50d3d492b6e4e2e0 100644
|
| --- a/Source/WebKit/chromium/public/WebGeolocationError.h
|
| +++ b/public/webview/WebGeolocationError.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef WebGeolocationError_h
|
| #define WebGeolocationError_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>
|
|
|