Index: chrome/browser/net/chrome_url_request_context.cc |
diff --git a/chrome/browser/net/chrome_url_request_context.cc b/chrome/browser/net/chrome_url_request_context.cc |
index 2918b1f4b57b0a847e2ce7371a4cb5d1c3fd7fd9..6d6632c1e75c05e5b1a194feeb86eb96ecfc2753 100644 |
--- a/chrome/browser/net/chrome_url_request_context.cc |
+++ b/chrome/browser/net/chrome_url_request_context.cc |
@@ -30,7 +30,7 @@ |
net::ProxyConfig* CreateProxyConfig(const CommandLine& command_line) { |
// Scan for all "enable" type proxy switches. |
- static const wchar_t* proxy_switches[] = { |
+ static const char* proxy_switches[] = { |
switches::kProxyServer, |
switches::kProxyPacUrl, |
switches::kProxyAutoDetect, |