| Index: chrome/installer/util/language_selector.h
|
| ===================================================================
|
| --- chrome/installer/util/language_selector.h (revision 69165)
|
| +++ chrome/installer/util/language_selector.h (working copy)
|
| @@ -14,7 +14,7 @@
|
|
|
| #include "base/basictypes.h"
|
|
|
| -namespace installer {
|
| +namespace installer_util {
|
|
|
| // 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.
|
| +} // namespace installer_util.
|
|
|
| #endif // CHROME_INSTALLER_UTIL_LANGUAGE_SELECTOR_H_
|
|
|