Chromium Code Reviews| Index: components/update_client/configurator.h |
| diff --git a/components/update_client/configurator.h b/components/update_client/configurator.h |
| index 3cd3b674d4ea7bbe699d732be6df4df27929da61..e6b009305b860c4b20d15d473a71238a23b0e600 100644 |
| --- a/components/update_client/configurator.h |
| +++ b/components/update_client/configurator.h |
| @@ -10,6 +10,7 @@ |
| #include "base/memory/ref_counted.h" |
| #include "base/memory/scoped_ptr.h" |
| +#include "base/version.h" |
|
sdefresne
2015/08/13 12:20:00
Why adding this #include, the class is already for
droger
2015/08/13 13:16:02
Oops sorry, this is a mistake.
|
| class GURL; |