| Index: public/webview/WebHistoryItem.h
|
| diff --git a/Source/WebKit/chromium/public/WebHistoryItem.h b/public/webview/WebHistoryItem.h
|
| similarity index 97%
|
| copy from Source/WebKit/chromium/public/WebHistoryItem.h
|
| copy to public/webview/WebHistoryItem.h
|
| index a1ec4b4f5521f45b1dea3f654a39c4bf4e0df891..e3d198a12538acae64be50e237417cedae040c40 100644
|
| --- a/Source/WebKit/chromium/public/WebHistoryItem.h
|
| +++ b/public/webview/WebHistoryItem.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebHistoryItem_h
|
| #define WebHistoryItem_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebPrivatePtr.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebPrivatePtr.h"
|
|
|
| namespace WebCore { class HistoryItem; }
|
|
|
|
|