summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/installer_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/installer_state.h')
-rw-r--r--chrome/installer/util/installer_state.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/installer/util/installer_state.h b/chrome/installer/util/installer_state.h
index fd65574..7b22cf6 100644
--- a/chrome/installer/util/installer_state.h
+++ b/chrome/installer/util/installer_state.h
@@ -23,7 +23,9 @@
#include <windows.h> // NOLINT
#endif
+namespace base {
class CommandLine;
+}
namespace installer {
@@ -73,7 +75,7 @@ class InstallerState {
explicit InstallerState(Level level);
// Initializes this object based on the current operation.
- void Initialize(const CommandLine& command_line,
+ void Initialize(const base::CommandLine& command_line,
const MasterPreferences& prefs,
const InstallationState& machine_state);