| Index: third_party/WebKit/Source/core/loader/HistoryItem.h
|
| diff --git a/third_party/WebKit/Source/core/loader/HistoryItem.h b/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| index 7ec1da199d3b22764e8796daabb11fb51b8e5e7d..fc02d8e3c885a7d66c64fac2fa12989dc06ddd40 100644
|
| --- a/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| +++ b/third_party/WebKit/Source/core/loader/HistoryItem.h
|
| @@ -36,6 +36,7 @@
|
| #include "platform/scroll/ScrollTypes.h"
|
| #include "platform/weborigin/Referrer.h"
|
| #include "platform/wtf/text/WTFString.h"
|
| +#include "public/platform/WebCachePolicy.h"
|
|
|
| namespace blink {
|
|
|
| @@ -43,7 +44,6 @@ class DocumentState;
|
| class EncodedFormData;
|
| class KURL;
|
| class ResourceRequest;
|
| -enum class WebCachePolicy;
|
|
|
| class CORE_EXPORT HistoryItem final
|
| : public GarbageCollectedFinalized<HistoryItem> {
|
|
|