diff options
Diffstat (limited to 'chrome/installer/util/l10n_string_util.h')
-rw-r--r-- | chrome/installer/util/l10n_string_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/util/l10n_string_util.h b/chrome/installer/util/l10n_string_util.h index 720655e..e4420d9 100644 --- a/chrome/installer/util/l10n_string_util.h +++ b/chrome/installer/util/l10n_string_util.h @@ -16,7 +16,7 @@ #include <string> -namespace installer_util { +namespace installer { // 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 @@ std::wstring GetLocalizedString(int base_message_id); // The empty string is returned on failure. std::wstring GetLocalizedEulaResource(); -} // namespace installer_util. +} // namespace installer. #endif // CHROME_INSTALLER_UTIL_L10N_STRING_UTIL_H_ |