| Index: chrome/installer/util/util_constants.h
|
| ===================================================================
|
| --- chrome/installer/util/util_constants.h (revision 69165)
|
| +++ chrome/installer/util/util_constants.h (working copy)
|
| @@ -9,7 +9,7 @@
|
| #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
|
| #pragma once
|
|
|
| -namespace installer {
|
| +namespace installer_util {
|
|
|
| // Return status of installer
|
| enum InstallStatus {
|
| @@ -118,6 +118,6 @@
|
| extern const wchar_t kInstallerResultUIString[];
|
| extern const wchar_t kInstallerSuccessLaunchCmdLine[];
|
|
|
| -} // namespace installer
|
| +} // namespace installer_util
|
|
|
| #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
|
|
|