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

Unified Diff: chrome/browser/browser_process_impl.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/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 9120e7c31f8d35c7c04f911f894e93e8a5ef29d3..f6d7dc6010b6c00d8d46198c86c01913875a7406 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -23,7 +23,6 @@
class ChromeNetLog;
class ChromeResourceDispatcherHostDelegate;
-class CommandLine;
class RemoteDebuggingServer;
class PrefRegistrySimple;
class PromoResourceService;
@@ -33,6 +32,7 @@ class PluginsResourceService;
#endif
namespace base {
+class CommandLine;
class SequencedTaskRunner;
}
@@ -51,7 +51,7 @@ class BrowserProcessImpl : public BrowserProcess,
public:
// |local_state_task_runner| must be a shutdown-blocking task runner.
BrowserProcessImpl(base::SequencedTaskRunner* local_state_task_runner,
- const CommandLine& command_line);
+ const base::CommandLine& command_line);
virtual ~BrowserProcessImpl();
// Called before the browser threads are created.
« no previous file with comments | « chrome/browser/background/background_mode_manager.h ('k') | chrome/browser/browser_process_platform_part_aurawin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698