Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 9606559044f5c40b8a5ca6dde61d1e623e173baa..512cf286b2645d889f2f4b8394b02591e7f77b00 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -703,9 +703,9 @@ const char kHomePage[] = "homepage"; |
// "MAP * baz, EXCLUDE www.google.com" --> Remaps everything to "baz", |
// except for "www.google.com". |
// |
-// These mappings apply to the endpoint host in a URLRequest (the TCP connect |
-// and host resolver in a direct connection, and the CONNECT in an http proxy |
-// connection, and the endpoint host in a SOCKS proxy connection). |
+// These mappings apply to the endpoint host in a net::URLRequest (the TCP |
+// connect and host resolver in a direct connection, and the CONNECT in an http |
+// proxy connection, and the endpoint host in a SOCKS proxy connection). |
const char kHostRules[] = "host-rules"; |
// The maximum number of concurrent host resolve requests (i.e. DNS) to allow. |