Chromium Code Reviews| Index: content/public/renderer/associated_resource_fetcher.h |
| diff --git a/content/public/renderer/associated_resource_fetcher.h b/content/public/renderer/associated_resource_fetcher.h |
| index 5dca1ab38fb65520cddde9cb4aeee7971900551f..71159375bf35b1e335e306f63b90f3e6c7fdd07a 100644 |
| --- a/content/public/renderer/associated_resource_fetcher.h |
| +++ b/content/public/renderer/associated_resource_fetcher.h |
| @@ -16,7 +16,7 @@ class GURL; |
| namespace blink { |
| class WebFrame; |
| class WebURLResponse; |
| -enum class WebCachePolicy; |
| +enum class WebCachePolicy : uint8_t; |
|
dcheng
2017/06/05 18:15:40
Can we just #include the enum header? It seems eas
stanisc
2017/06/06 22:47:55
Done.
|
| struct WebAssociatedURLLoaderOptions; |
| } |