summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/proxy_service_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/proxy_service_factory.h')
-rw-r--r--chrome/browser/net/proxy_service_factory.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/net/proxy_service_factory.h b/chrome/browser/net/proxy_service_factory.h
index 3d3b0d9..b91c2e3 100644
--- a/chrome/browser/net/proxy_service_factory.h
+++ b/chrome/browser/net/proxy_service_factory.h
@@ -7,10 +7,13 @@
#include "base/basictypes.h"
-class CommandLine;
class PrefProxyConfigTracker;
class PrefService;
+namespace base {
+class CommandLine;
+}
+
namespace net {
class NetLog;
class NetworkDelegate;
@@ -46,7 +49,7 @@ class ProxyServiceFactory {
net::URLRequestContext* context,
net::NetworkDelegate* network_delegate,
net::ProxyConfigService* proxy_config_service,
- const CommandLine& command_line,
+ const base::CommandLine& command_line,
bool quick_check_enabled);
private: