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

Unified Diff: chrome/browser/net/proxy_service_factory.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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/proxy_service_factory.h
diff --git a/chrome/browser/net/proxy_service_factory.h b/chrome/browser/net/proxy_service_factory.h
index 3d3b0d907b02086e7cd03ba55af375449cd22c32..b91c2e36e6fa8a8780b2b13041ceb4c02040fa96 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:
« no previous file with comments | « chrome/browser/metrics/thread_watcher.h ('k') | chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698