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