Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 1149b86a5769f0a7e2a012793b11fc8bfeaf7d25..bfb53e4a5f1ef41865faec6fab64813e18948f38 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -697,9 +697,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. |