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

Unified Diff: chrome/common/net/url_fetcher.h

Issue 6338002: net: Remove typedef net::URLRequestContext URLRequestContext; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for real Created 9 years, 11 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: chrome/common/net/url_fetcher.h
diff --git a/chrome/common/net/url_fetcher.h b/chrome/common/net/url_fetcher.h
index 733fd92f28d083ed2d9aae698bc9237bb5051a50..dfa29a913a2291d86eb7d33335dc208908830909 100644
--- a/chrome/common/net/url_fetcher.h
+++ b/chrome/common/net/url_fetcher.h
@@ -143,7 +143,7 @@ class URLFetcher {
// is started.
void set_extra_request_headers(const std::string& extra_request_headers);
- // Set the URLRequestContext on the request. Must be called before the
+ // Set the net::URLRequestContext on the request. Must be called before the
// request is started.
void set_request_context(
URLRequestContextGetter* request_context_getter);

Powered by Google App Engine
This is Rietveld 408576698