| Index: public/webview/WebWindowFeatures.h
|
| diff --git a/Source/WebKit/chromium/public/WebWindowFeatures.h b/public/webview/WebWindowFeatures.h
|
| similarity index 95%
|
| copy from Source/WebKit/chromium/public/WebWindowFeatures.h
|
| copy to public/webview/WebWindowFeatures.h
|
| index a6e6e16b1e1f23815f069f03ac83322332d7a2fe..7bd7ce596639dcd50c1ea7d85f6fdffdea0be69c 100644
|
| --- a/Source/WebKit/chromium/public/WebWindowFeatures.h
|
| +++ b/public/webview/WebWindowFeatures.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebWindowFeatures_h
|
| #define WebWindowFeatures_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebString.h"
|
| -#include "../../../../public/platform/WebVector.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebString.h"
|
| +#include "../platform/WebVector.h"
|
|
|
| #if WEBKIT_IMPLEMENTATION
|
| #include "core/page/WindowFeatures.h"
|
|
|