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

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

Issue 5729004: Merge the installer, installer_util and setup_util namespaces into a single i... (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
Index: chrome/installer/util/l10n_string_util.h
===================================================================
--- chrome/installer/util/l10n_string_util.h (revision 68996)
+++ chrome/installer/util/l10n_string_util.h (working copy)
@@ -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 @@
// The empty string is returned on failure.
std::wstring GetLocalizedEulaResource();
-} // namespace installer_util.
+} // namespace installer.
#endif // CHROME_INSTALLER_UTIL_L10N_STRING_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698