| Index: content/renderer/fetchers/associated_resource_fetcher_impl.h
|
| diff --git a/content/renderer/fetchers/associated_resource_fetcher_impl.h b/content/renderer/fetchers/associated_resource_fetcher_impl.h
|
| index 52a910586e232d1b3184bd975e89387ca3435f8c..6e665ac912e4aeccdcdfd609956975b61cdffbb9 100644
|
| --- a/content/renderer/fetchers/associated_resource_fetcher_impl.h
|
| +++ b/content/renderer/fetchers/associated_resource_fetcher_impl.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/macros.h"
|
| #include "base/timer/timer.h"
|
| #include "content/public/renderer/associated_resource_fetcher.h"
|
| +#include "third_party/WebKit/public/platform/WebCachePolicy.h"
|
| #include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| #include "third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h"
|
|
|
| @@ -21,7 +22,6 @@ class GURL;
|
| namespace blink {
|
| class WebAssociatedURLLoader;
|
| class WebFrame;
|
| -enum class WebCachePolicy;
|
| }
|
|
|
| namespace content {
|
|
|