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

Unified Diff: chrome/browser/dom_ui/options_ui.cc

Issue 3081019: Add chromeos namespace to the language options page and its friends. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « chrome/browser/chromeos/dom_ui/language_pinyin_options_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options_ui.cc
diff --git a/chrome/browser/dom_ui/options_ui.cc b/chrome/browser/dom_ui/options_ui.cc
index 1c41088907492568c8e2744b3204491dfeb359ae..69682199554e064255c1ab4cb883ab61a087fca5 100644
--- a/chrome/browser/dom_ui/options_ui.cc
+++ b/chrome/browser/dom_ui/options_ui.cc
@@ -148,16 +148,17 @@ OptionsUI::OptionsUI(TabContents* contents) : DOMUI(contents) {
AddOptionsPageUIHandler(localized_strings, new InternetOptionsHandler());
AddOptionsPageUIHandler(localized_strings, new LabsHandler());
AddOptionsPageUIHandler(localized_strings,
- new LanguageChewingOptionsHandler());
+ new chromeos::LanguageChewingOptionsHandler());
AddOptionsPageUIHandler(localized_strings,
- new LanguageHangulOptionsHandler());
+ new chromeos::LanguageHangulOptionsHandler());
AddOptionsPageUIHandler(localized_strings,
- new LanguageMozcOptionsHandler());
- AddOptionsPageUIHandler(localized_strings, new LanguageOptionsHandler());
+ new chromeos::LanguageMozcOptionsHandler());
+ AddOptionsPageUIHandler(localized_strings,
+ new chromeos::LanguageOptionsHandler());
+ AddOptionsPageUIHandler(localized_strings,
+ new chromeos::LanguagePinyinOptionsHandler());
AddOptionsPageUIHandler(localized_strings, new ProxyHandler());
AddOptionsPageUIHandler(localized_strings, new SystemOptionsHandler());
- AddOptionsPageUIHandler(localized_strings,
- new LanguagePinyinOptionsHandler());
AddOptionsPageUIHandler(localized_strings, new SystemOptionsHandler());
#endif
« no previous file with comments | « chrome/browser/chromeos/dom_ui/language_pinyin_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698