Index: public/webview/WebFontDescription.h |
diff --git a/Source/WebKit/chromium/public/WebFontDescription.h b/public/webview/WebFontDescription.h |
similarity index 98% |
copy from Source/WebKit/chromium/public/WebFontDescription.h |
copy to public/webview/WebFontDescription.h |
index 272ba6926c20e12d2c68623ed952a82b5ef2c787..145fd59dfc3758ad1cb4049e41e0e4be71cca489 100644 |
--- a/Source/WebKit/chromium/public/WebFontDescription.h |
+++ b/public/webview/WebFontDescription.h |
@@ -31,7 +31,7 @@ |
#ifndef WebFontDescription_h |
#define WebFontDescription_h |
-#include "../../../../public/platform/WebString.h" |
+#include "../platform/WebString.h" |
#if WEBKIT_IMPLEMENTATION |
namespace WebCore { class FontDescription; } |