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

Unified Diff: chrome/browser/net/url_request_slow_http_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_http_job.h
diff --git a/chrome/browser/net/url_request_slow_http_job.h b/chrome/browser/net/url_request_slow_http_job.h
index e58f8df1c5817119f43347bbac60a5a49a7355c7..d46719f70d0df623d31598d06624c3f47e938960 100644
--- a/chrome/browser/net/url_request_slow_http_job.h
+++ b/chrome/browser/net/url_request_slow_http_job.h
@@ -19,7 +19,7 @@ class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob {
static net::URLRequest::ProtocolFactory Factory;
- // Adds the testing URLs to the URLRequestFilter.
+ // Adds the testing URLs to the net::URLRequestFilter.
static void AddUrlHandler(const FilePath& base_path);
// Given the path to a file relative to base_path_, construct a mock URL.

Powered by Google App Engine
This is Rietveld 408576698