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

Unified Diff: chrome/browser/net/url_request_failed_dns_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_failed_dns_job.h
diff --git a/chrome/browser/net/url_request_failed_dns_job.h b/chrome/browser/net/url_request_failed_dns_job.h
index 197fb2acc9c6db0165cc2c27fbcc9f4f29c8e33e..693f38268c59a1ddd2f1aa7d29c3b5a97bf2302f 100644
--- a/chrome/browser/net/url_request_failed_dns_job.h
+++ b/chrome/browser/net/url_request_failed_dns_job.h
@@ -22,7 +22,7 @@ class URLRequestFailedDnsJob : public net::URLRequestJob {
// A test URL that can be used in UI tests.
static const char kTestUrl[];
- // 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