Index: public/webview/WebGeolocationController.h |
diff --git a/Source/WebKit/chromium/public/WebGeolocationController.h b/public/webview/WebGeolocationController.h |
similarity index 95% |
copy from Source/WebKit/chromium/public/WebGeolocationController.h |
copy to public/webview/WebGeolocationController.h |
index 5ca70c94244b28e67bfcdf7a27fda1c6051afb26..ea56c359fdebe1eae2246cf472cb7e90261a76b6 100644 |
--- a/Source/WebKit/chromium/public/WebGeolocationController.h |
+++ b/public/webview/WebGeolocationController.h |
@@ -26,8 +26,8 @@ |
#ifndef WebGeolocationController_h |
#define WebGeolocationController_h |
-#include "../../../../public/platform/WebCommon.h" |
-#include "../../../../public/platform/WebNonCopyable.h" |
+#include "../platform/WebCommon.h" |
+#include "../platform/WebNonCopyable.h" |
namespace WebCore { class GeolocationController; } |