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

Unified Diff: chrome/browser/browser_process_platform_part_base.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_platform_part_base.h
diff --git a/chrome/browser/browser_process_platform_part_base.h b/chrome/browser/browser_process_platform_part_base.h
index 28150e52b417ead657571a6c371c649f8b8b6764..6ae847fa6b2b9b8415d8d43454842a34cfabfc64 100644
--- a/chrome/browser/browser_process_platform_part_base.h
+++ b/chrome/browser/browser_process_platform_part_base.h
@@ -8,7 +8,9 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
+namespace base {
class CommandLine;
+}
namespace policy {
class BrowserPolicyConnector;
@@ -24,7 +26,7 @@ class BrowserProcessPlatformPartBase {
// Called after creating the process singleton or when another chrome
// rendez-vous with this one.
virtual void PlatformSpecificCommandLineProcessing(
- const CommandLine& command_line);
+ const base::CommandLine& command_line);
// Called from BrowserProcessImpl::StartTearDown().
virtual void StartTearDown();
« no previous file with comments | « chrome/browser/browser_process_platform_part_aurawin.h ('k') | chrome/browser/browser_process_platform_part_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698