Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Unified Diff: components/doodle/doodle_fetcher_impl.h

Issue 2710003006: [Doodle] Introduce a DoodleService (Closed)
Patch Set: review2 Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
#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;
}

Powered by Google App Engine
This is Rietveld 408576698