Chromium Code Reviews| Index: components/upload_list/crash_upload_list.h |
| diff --git a/components/upload_list/crash_upload_list.h b/components/upload_list/crash_upload_list.h |
| index 7e4dc8c55c825acafd770b3442284067ac6d5c40..dd43cd33bfc681dd1ec25a1daf3ae9cd7c0e0f60 100644 |
| --- a/components/upload_list/crash_upload_list.h |
| +++ b/components/upload_list/crash_upload_list.h |
| @@ -7,6 +7,7 @@ |
| #include "base/macros.h" |
| #include "base/memory/ref_counted.h" |
| +#include "base/task_runner.h" |
|
Robert Sesek
2016/10/31 18:33:17
This has a fwd declare on line 15, so maybe this i
gab
2016/10/31 18:35:18
Oops indeed, removed fwd-decl (see CL description,
|
| #include "components/upload_list/upload_list.h" |
| namespace base { |