Index: public/webview/WebPerformance.h |
diff --git a/Source/WebKit/chromium/public/WebPerformance.h b/public/webview/WebPerformance.h |
similarity index 97% |
copy from Source/WebKit/chromium/public/WebPerformance.h |
copy to public/webview/WebPerformance.h |
index 3bb5e66069fd9e58f2a36c52da2f8bd497317698..5b5df2c39376be725d67ecbb69de184259f1cac9 100644 |
--- a/Source/WebKit/chromium/public/WebPerformance.h |
+++ b/public/webview/WebPerformance.h |
@@ -31,8 +31,8 @@ |
#ifndef WebPerformance_h |
#define WebPerformance_h |
-#include "../../../../public/platform/WebCommon.h" |
-#include "../../../../public/platform/WebPrivatePtr.h" |
+#include "../platform/WebCommon.h" |
+#include "../platform/WebPrivatePtr.h" |
#include "WebNavigationType.h" |
namespace WebCore { class Performance; } |