Chromium Code Reviews| Index: components/previews/core/previews_opt_out_store.h |
| diff --git a/components/previews/core/previews_opt_out_store.h b/components/previews/core/previews_opt_out_store.h |
| index 7f81e3a50d710e9651d10bf96cdc1c6db0b2b7db..7b352d59acad31609907fe6ec77c3e08f78ffa8e 100644 |
| --- a/components/previews/core/previews_opt_out_store.h |
| +++ b/components/previews/core/previews_opt_out_store.h |
| @@ -17,8 +17,6 @@ |
| #include "components/previews/core/previews_black_list_item.h" |
| #include "components/previews/core/previews_experiments.h" |
| -class GURL; |
| - |
| namespace previews { |
| typedef std::unordered_map<std::string, std::unique_ptr<PreviewsBlackListItem>> |