| Index: public/webview/WebFileWriter.h
|
| diff --git a/Source/WebKit/chromium/public/WebFileWriter.h b/public/webview/WebFileWriter.h
|
| similarity index 95%
|
| copy from Source/WebKit/chromium/public/WebFileWriter.h
|
| copy to public/webview/WebFileWriter.h
|
| index 109e8413cf777d846bdd01cd64c3107b5824f58b..e2a534bcd7da11fd82450b6236bc3b63fe904afd 100644
|
| --- a/Source/WebKit/chromium/public/WebFileWriter.h
|
| +++ b/public/webview/WebFileWriter.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebFileWriter_h
|
| #define WebFileWriter_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebString.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebString.h"
|
|
|
| namespace WebKit {
|
|
|
|
|