Index: chrome/installer/util/google_chrome_distribution_dummy.cc |
=================================================================== |
--- chrome/installer/util/google_chrome_distribution_dummy.cc (revision 69165) |
+++ chrome/installer/util/google_chrome_distribution_dummy.cc (working copy) |
@@ -15,7 +15,7 @@ |
#include "base/logging.h" |
GoogleChromeDistribution::GoogleChromeDistribution( |
- const installer::MasterPreferences& prefs) |
+ const installer_util::MasterPreferences& prefs) |
: BrowserDistribution(prefs) { |
} |
@@ -101,12 +101,12 @@ |
} |
void GoogleChromeDistribution::UpdateDiffInstallStatus(bool system_install, |
- bool incremental_install, installer::InstallStatus install_status) { |
+ bool incremental_install, installer_util::InstallStatus install_status) { |
NOTREACHED(); |
} |
void GoogleChromeDistribution::LaunchUserExperiment( |
- installer::InstallStatus status, const installer::Version& version, |
+ installer_util::InstallStatus status, const installer::Version& version, |
const installer::Product& installation, bool system_level) { |
NOTREACHED(); |
} |