| Index: chrome/installer/setup/install.h
|
| ===================================================================
|
| --- chrome/installer/setup/install.h (revision 69165)
|
| +++ chrome/installer/setup/install.h (working copy)
|
| @@ -39,10 +39,10 @@
|
| //
|
| // Note: since caller unpacks Chrome to install_temp_path\source, the caller
|
| // is responsible for cleaning up install_temp_path.
|
| -installer::InstallStatus InstallOrUpdateChrome(
|
| +installer_util::InstallStatus InstallOrUpdateChrome(
|
| const FilePath& setup_path, const FilePath& archive_path,
|
| const FilePath& install_temp_path, const FilePath& prefs_path,
|
| - const installer::MasterPreferences& prefs, const Version& new_version,
|
| + const installer_util::MasterPreferences& prefs, const Version& new_version,
|
| const Package& package);
|
|
|
| // Registers or unregisters COM DLLs in a specific folder as declared in
|
|
|