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

Unified Diff: chrome/installer/util/language_selector.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/language_selector.h
===================================================================
--- chrome/installer/util/language_selector.h (revision 68996)
+++ chrome/installer/util/language_selector.h (working copy)
@@ -14,7 +14,7 @@
#include "base/basictypes.h"
-namespace installer_util {
+namespace installer {
// A helper class for selecting a supported language from a set of candidates.
// By default, the candidates are retrieved from the operating system.
@@ -55,6 +55,6 @@
DISALLOW_COPY_AND_ASSIGN(LanguageSelector);
};
-} // namespace installer_util.
+} // namespace installer.
#endif // CHROME_INSTALLER_UTIL_LANGUAGE_SELECTOR_H_

Powered by Google App Engine
This is Rietveld 408576698