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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/cros_language_options_handler.cc

Issue 10857071: Options: Rename options2 namespace to options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 8 years, 4 months 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/browser/ui/webui/options2/chromeos/cros_language_options_handler.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/cros_language_options_handler.cc b/chrome/browser/ui/webui/options2/chromeos/cros_language_options_handler.cc
index 985b0cabc6069f47f33e4094c254b72fd80d3f3b..b483e7f4290b30509f9530326455336752319310 100644
--- a/chrome/browser/ui/webui/options2/chromeos/cros_language_options_handler.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/cros_language_options_handler.cc
@@ -32,7 +32,7 @@
using content::UserMetricsAction;
namespace chromeos {
-namespace options2 {
+namespace options {
CrosLanguageOptionsHandler::CrosLanguageOptionsHandler() {
}
@@ -42,7 +42,7 @@ CrosLanguageOptionsHandler::~CrosLanguageOptionsHandler() {
void CrosLanguageOptionsHandler::GetLocalizedValues(
DictionaryValue* localized_strings) {
- ::options2::LanguageOptionsHandlerCommon::GetLocalizedValues(
+ ::options::LanguageOptionsHandlerCommon::GetLocalizedValues(
localized_strings);
RegisterTitle(localized_strings, "languagePage",
@@ -78,7 +78,7 @@ void CrosLanguageOptionsHandler::GetLocalizedValues(
}
void CrosLanguageOptionsHandler::RegisterMessages() {
- ::options2::LanguageOptionsHandlerCommon::RegisterMessages();
+ ::options::LanguageOptionsHandlerCommon::RegisterMessages();
web_ui()->RegisterMessageCallback("inputMethodDisable",
base::Bind(&CrosLanguageOptionsHandler::InputMethodDisableCallback,
@@ -242,5 +242,5 @@ void CrosLanguageOptionsHandler::InputMethodOptionsOpenCallback(
content::RecordComputedAction(action);
}
-} // namespace options2
+} // namespace options
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698