Chromium Code Reviews| Index: components/doodle/doodle_fetcher_impl.h |
| diff --git a/components/doodle/doodle_fetcher_impl.h b/components/doodle/doodle_fetcher_impl.h |
| index 82c9c3f885f62c9123fae806c9af5dc6631ae80b..072a479a32345ede3dba43cd1c0455245efaf573 100644 |
| --- a/components/doodle/doodle_fetcher_impl.h |
| +++ b/components/doodle/doodle_fetcher_impl.h |
| @@ -15,6 +15,7 @@ |
| #include "base/memory/ref_counted.h" |
| #include "base/memory/weak_ptr.h" |
| #include "base/optional.h" |
| +#include "base/time/clock.h" |
|
Marc Treib
2017/02/24 14:04:11
I think std::move needed this to be actually inclu
fhorschig
2017/02/24 16:38:20
Acknowledged.
|
| #include "components/doodle/doodle_fetcher.h" |
| #include "components/doodle/doodle_types.h" |
| #include "net/url_request/url_fetcher_delegate.h" |
| @@ -24,7 +25,6 @@ |
| class GoogleURLTracker; |
| namespace base { |
| -class Clock; |
| class DictionaryValue; |
| class Value; |
| } |