summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/setup_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/setup/setup_main.h')
-rw-r--r--chrome/installer/setup/setup_main.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/installer/setup/setup_main.h b/chrome/installer/setup/setup_main.h
index 45f92d84..5bcf457 100644
--- a/chrome/installer/setup/setup_main.h
+++ b/chrome/installer/setup/setup_main.h
@@ -10,9 +10,8 @@
#include "chrome/installer/util/util_constants.h"
-class CommandLine;
-
namespace base {
+class CommandLine;
class FilePath;
} // namespace base
@@ -28,7 +27,7 @@ class MasterPreferences;
// |true| if installation was delegated to a pre-existing higher version.
InstallStatus InstallProductsHelper(const InstallationState& original_state,
const base::FilePath& setup_exe,
- const CommandLine& cmd_line,
+ const base::CommandLine& cmd_line,
const MasterPreferences& prefs,
const InstallerState& installer_state,
base::FilePath* installer_directory,