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

Unified Diff: chrome/browser/web_resource/web_resource_service.h

Issue 10703176: Enable promotion system on Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 | « chrome/browser/profiles/profile_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_resource/web_resource_service.h
diff --git a/chrome/browser/web_resource/web_resource_service.h b/chrome/browser/web_resource/web_resource_service.h
index 98c4e4659a6629c3f8890a6b224930a22e162c21..57e61cdd8ee922a90661485cbad3b75116a510ee 100644
--- a/chrome/browser/web_resource/web_resource_service.h
+++ b/chrome/browser/web_resource/web_resource_service.h
@@ -79,7 +79,7 @@ class WebResourceService
// The tool that fetches the url data from the server.
scoped_ptr<net::URLFetcher> url_fetcher_;
- // The tool that parses and transform the json data. Weak reference as it
+ // The tool that parses and transforms the json data. Weak reference as it
// deletes itself once the unpack is done.
JSONAsynchronousUnpacker* json_unpacker_;
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698