| Index: public/webview/WebCachedURLRequest.h
|
| diff --git a/Source/WebKit/chromium/public/WebCachedURLRequest.h b/public/webview/WebCachedURLRequest.h
|
| similarity index 93%
|
| copy from Source/WebKit/chromium/public/WebCachedURLRequest.h
|
| copy to public/webview/WebCachedURLRequest.h
|
| index 075ba72c5d640c132015dcc5c7ef85e9166efc43..c0bff22443395ed51b358137442225fbc7b0ad57 100644
|
| --- a/Source/WebKit/chromium/public/WebCachedURLRequest.h
|
| +++ b/public/webview/WebCachedURLRequest.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebCachedURLRequest_h
|
| #define WebCachedURLRequest_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebPrivateOwnPtr.h"
|
| -#include "../../../../public/platform/WebString.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebPrivateOwnPtr.h"
|
| +#include "../platform/WebString.h"
|
|
|
| namespace WebCore { class CachedResourceRequest; }
|
|
|
|
|