| Index: chrome/browser/ui/webui/options2/chromeos/language_mozc_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/language_mozc_handler.h b/chrome/browser/ui/webui/options2/chromeos/language_mozc_handler.h
|
| index ea071f501c1321c335a6f6781c4bbb59554701a4..7ae8159f054ba7e0739fbe8a9baf9e6e4a4ed032 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/language_mozc_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/language_mozc_handler.h
|
| @@ -13,10 +13,10 @@ class DictionaryValue;
|
| }
|
|
|
| namespace chromeos {
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| // Mozc options page UI handler.
|
| -class LanguageMozcHandler : public ::options2::OptionsPageUIHandler {
|
| +class LanguageMozcHandler : public ::options::OptionsPageUIHandler {
|
| public:
|
| LanguageMozcHandler();
|
| virtual ~LanguageMozcHandler();
|
| @@ -29,7 +29,7 @@ class LanguageMozcHandler : public ::options2::OptionsPageUIHandler {
|
| DISALLOW_COPY_AND_ASSIGN(LanguageMozcHandler);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
| } // namespace chromeos
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CHROMEOS_LANGUAGE_MOZC_HANDLER_H_
|
|
|