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

Unified Diff: chrome/browser/net/url_request_slow_download_job.h

Issue 6037013: net: Add namespace net to URLRequestFilter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/browser/net/url_request_slow_download_job.h
diff --git a/chrome/browser/net/url_request_slow_download_job.h b/chrome/browser/net/url_request_slow_download_job.h
index d6927b8f5fbb96c750af297e4150dd7a10524746..f84dd2c8c991046ddb533a55ffdf7a318892067a 100644
--- a/chrome/browser/net/url_request_slow_download_job.h
+++ b/chrome/browser/net/url_request_slow_download_job.h
@@ -37,7 +37,7 @@ class URLRequestSlowDownloadJob : public net::URLRequestJob {
static const char kKnownSizeUrl[];
static const char kFinishDownloadUrl[];
- // Adds the testing URLs to the URLRequestFilter.
+ // Adds the testing URLs to the net::URLRequestFilter.
static void AddUrlHandler();
private:

Powered by Google App Engine
This is Rietveld 408576698