| Index: public/web/WebHistoryItem.h
|
| diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
|
| index 0fa268f4e4cf4324a5071730e5cfa69475ed97c1..b228855a95fa148b996f3e81fd4d36f7e977daac 100644
|
| --- a/public/web/WebHistoryItem.h
|
| +++ b/public/web/WebHistoryItem.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebHistoryItem_h
|
| #define WebHistoryItem_h
|
|
|
| -#include "public/platform/WebCommon.h"
|
| -#include "public/platform/WebPrivatePtr.h"
|
| -#include "public/platform/WebReferrerPolicy.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebPrivatePtr.h"
|
| +#include "../platform/WebReferrerPolicy.h"
|
|
|
| namespace WebCore { class HistoryItem; }
|
|
|
|
|