summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_platform_part_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_process_platform_part_base.h')
-rw-r--r--chrome/browser/browser_process_platform_part_base.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/browser_process_platform_part_base.h b/chrome/browser/browser_process_platform_part_base.h
index 28150e5..6ae847f 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();