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

Unified Diff: chrome/browser/ui/webui/options2/options_ui.h

Issue 10857071: Options: Rename options2 namespace to options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/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_

Powered by Google App Engine
This is Rietveld 408576698