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

Unified Diff: components/doodle/doodle_fetcher_impl.h

Issue 2710003006: [Doodle] Introduce a DoodleService (Closed)
Patch Set: comment 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
« no previous file with comments | « components/doodle/doodle_fetcher.h ('k') | components/doodle/doodle_fetcher_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..53dcbd5b5b9e969b64b5c6c8ccca62c9fa85f815 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;
}
@@ -91,7 +91,7 @@ class DoodleFetcherImpl : public DoodleFetcher, public net::URLFetcherDelegate {
ParseJSONCallback json_parsing_callback_;
GoogleURLTracker* google_url_tracker_;
- // Allow for an injectable tick clock for testing.
+ // Allow for an injectable clock for testing.
std::unique_ptr<base::Clock> clock_;
std::vector<FinishedCallback> callbacks_;
« no previous file with comments | « components/doodle/doodle_fetcher.h ('k') | components/doodle/doodle_fetcher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698