Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7331)

Unified Diff: chrome/installer/util/l10n_string_util.cc

Issue 5738009: Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/l10n_string_util.h ('k') | chrome/installer/util/language_selector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/l10n_string_util.cc
===================================================================
--- chrome/installer/util/l10n_string_util.cc (revision 69167)
+++ chrome/installer/util/l10n_string_util.cc (working copy)
@@ -14,15 +14,15 @@
namespace {
-const installer_util::LanguageSelector& GetLanguageSelector() {
- static const installer_util::LanguageSelector instance;
+const installer::LanguageSelector& GetLanguageSelector() {
+ static const installer::LanguageSelector instance;
return instance;
}
} // namespace
-namespace installer_util {
+namespace installer {
std::wstring GetLocalizedString(int base_message_id) {
std::wstring localized_string;
@@ -75,4 +75,4 @@
return url_path;
}
-} // namespace installer_util
+} // namespace installer
« no previous file with comments | « chrome/installer/util/l10n_string_util.h ('k') | chrome/installer/util/language_selector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698