| Index: chrome/installer/util/l10n_string_util.h
|
| ===================================================================
|
| --- chrome/installer/util/l10n_string_util.h (revision 69165)
|
| +++ chrome/installer/util/l10n_string_util.h (working copy)
|
| @@ -16,7 +16,7 @@
|
|
|
| #include <string>
|
|
|
| -namespace installer {
|
| +namespace installer_util {
|
|
|
| // Given a string base id, return the localized version of the string based on
|
| // the system language. This is used for shortcuts placed on the user's
|
| @@ -27,6 +27,6 @@
|
| // The empty string is returned on failure.
|
| std::wstring GetLocalizedEulaResource();
|
|
|
| -} // namespace installer.
|
| +} // namespace installer_util.
|
|
|
| #endif // CHROME_INSTALLER_UTIL_L10N_STRING_UTIL_H_
|
|
|