Index: chrome/browser/ui/webui/options2/chromeos/language_hangul_handler.cc |
diff --git a/chrome/browser/ui/webui/options2/chromeos/language_hangul_handler.cc b/chrome/browser/ui/webui/options2/chromeos/language_hangul_handler.cc |
index 8ca4771a3aa5d82aaa91083a5612b223bd88c0ea..ee08dfe4134fde6b97f5971743da584d1e6d46d4 100644 |
--- a/chrome/browser/ui/webui/options2/chromeos/language_hangul_handler.cc |
+++ b/chrome/browser/ui/webui/options2/chromeos/language_hangul_handler.cc |
@@ -11,7 +11,7 @@ |
#include "ui/base/l10n/l10n_util.h" |
namespace chromeos { |
-namespace options2 { |
+namespace options { |
LanguageHangulHandler::LanguageHangulHandler() { |
} |
@@ -45,5 +45,5 @@ ListValue* LanguageHangulHandler::GetKeyboardLayoutList() { |
return keyboard_layout_list; |
} |
-} // namespace options2 |
+} // namespace options |
} // namespace chromeos |