| Index: public/web/WebCachedURLRequest.h
|
| diff --git a/public/web/WebCachedURLRequest.h b/public/web/WebCachedURLRequest.h
|
| index c88917115c1e191854eb976cbc0579b407ab2137..289dce66cee4198476ba37a02e6d5912111a2d51 100644
|
| --- a/public/web/WebCachedURLRequest.h
|
| +++ b/public/web/WebCachedURLRequest.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebCachedURLRequest_h
|
| #define WebCachedURLRequest_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivateOwnPtr.h"
|
| -#include "../platform/WebString.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivateOwnPtr.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| namespace WebCore { class FetchRequest; }
|
|
|
|
|