Index: public/webview/WebSecurityOrigin.h |
diff --git a/Source/WebKit/chromium/public/WebSecurityOrigin.h b/public/webview/WebSecurityOrigin.h |
similarity index 98% |
copy from Source/WebKit/chromium/public/WebSecurityOrigin.h |
copy to public/webview/WebSecurityOrigin.h |
index 8d7d77ab374dec0be5b223459c145ef539d645e7..b511c8be84577eb4494588d52826f96ef124852c 100644 |
--- a/Source/WebKit/chromium/public/WebSecurityOrigin.h |
+++ b/public/webview/WebSecurityOrigin.h |
@@ -31,7 +31,7 @@ |
#ifndef WebSecurityOrigin_h |
#define WebSecurityOrigin_h |
-#include "../../../../public/platform/WebCommon.h" |
+#include "../platform/WebCommon.h" |
#if WEBKIT_IMPLEMENTATION |
namespace WebCore { class SecurityOrigin; } |