Index: chrome/browser/ui/webui/options2/options_ui.h |
diff --git a/chrome/browser/ui/webui/options2/options_ui.h b/chrome/browser/ui/webui/options2/options_ui.h |
index 5e4401bc495bb81e1efb617fe336748ed0ac13a9..d6b087b51357b0ce73608fde5f34369ce2eaaa6c 100644 |
--- a/chrome/browser/ui/webui/options2/options_ui.h |
+++ b/chrome/browser/ui/webui/options2/options_ui.h |
@@ -32,7 +32,7 @@ class PointerDeviceObserver; |
} // namespace chromeos |
#endif |
-namespace options2 { |
+namespace options { |
// The base class handler of Javascript messages of options pages. |
class OptionsPageUIHandler : public content::WebUIMessageHandler, |
@@ -136,6 +136,6 @@ class OptionsUI : public content::WebUIController, |
DISALLOW_COPY_AND_ASSIGN(OptionsUI); |
}; |
-} // namespace options2 |
+} // namespace options |
#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_OPTIONS_UI_H_ |