| Index: chrome/installer/util/l10n_string_util.cc
|
| ===================================================================
|
| --- chrome/installer/util/l10n_string_util.cc (revision 69165)
|
| +++ chrome/installer/util/l10n_string_util.cc (working copy)
|
| @@ -14,15 +14,15 @@
|
|
|
| namespace {
|
|
|
| -const installer::LanguageSelector& GetLanguageSelector() {
|
| - static const installer::LanguageSelector instance;
|
| +const installer_util::LanguageSelector& GetLanguageSelector() {
|
| + static const installer_util::LanguageSelector instance;
|
|
|
| return instance;
|
| }
|
|
|
| } // namespace
|
|
|
| -namespace installer {
|
| +namespace installer_util {
|
|
|
| std::wstring GetLocalizedString(int base_message_id) {
|
| std::wstring localized_string;
|
| @@ -75,4 +75,4 @@
|
| return url_path;
|
| }
|
|
|
| -} // namespace installer
|
| +} // namespace installer_util
|
|
|