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

Unified Diff: components/doodle/doodle_fetcher.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/BUILD.gn ('k') | components/doodle/doodle_fetcher_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/doodle_fetcher.h
diff --git a/components/doodle/doodle_fetcher.h b/components/doodle/doodle_fetcher.h
index 5745d6c2ae771e0f873f74ccbc0a161f46c82927..f5ef780410ce5094f66e2a91b7a1ee866864035c 100644
--- a/components/doodle/doodle_fetcher.h
+++ b/components/doodle/doodle_fetcher.h
@@ -29,7 +29,7 @@ class DoodleFetcher {
// Fetches a doodle asynchronously. The |callback| is called with a
// DoodleState indicating whether the request succeded in fetching a doodle.
// If a fetch is already running, the callback will be queued and invoked with
- // result from the next completed request.
+ // the result from the next completed request.
virtual void FetchDoodle(FinishedCallback callback) = 0;
};
« no previous file with comments | « components/doodle/BUILD.gn ('k') | components/doodle/doodle_fetcher_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698