| Index: public/webview/WebTextRun.h
|
| diff --git a/Source/WebKit/chromium/public/WebTextRun.h b/public/webview/WebTextRun.h
|
| similarity index 97%
|
| copy from Source/WebKit/chromium/public/WebTextRun.h
|
| copy to public/webview/WebTextRun.h
|
| index fbb71aaf7c8d138ad19e675339e581bb38803b4a..d19ea2e62ef8fa388588f581b4e44c6493f0d54e 100644
|
| --- a/Source/WebKit/chromium/public/WebTextRun.h
|
| +++ b/public/webview/WebTextRun.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebTextRun_h
|
| #define WebTextRun_h
|
|
|
| -#include "../../../../public/platform/WebString.h"
|
| +#include "../platform/WebString.h"
|
|
|
| #if WEBKIT_IMPLEMENTATION
|
| namespace WebCore { class TextRun; }
|
|
|