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

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

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/manage_profile_handler.h
diff --git a/chrome/browser/ui/webui/options2/manage_profile_handler.h b/chrome/browser/ui/webui/options2/manage_profile_handler.h
index 4a229416fe4aaa60499c910ccf1b7799fea9657a..7e59fe882dcbe18d35729712cf65aab1fd92d3b9 100644
--- a/chrome/browser/ui/webui/options2/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options2/manage_profile_handler.h
@@ -11,7 +11,7 @@ namespace base {
class StringValue;
}
-namespace options2 {
+namespace options {
// Chrome personal stuff profiles manage overlay UI handler.
class ManageProfileHandler : public OptionsPageUIHandler {
@@ -76,6 +76,6 @@ class ManageProfileHandler : public OptionsPageUIHandler {
DISALLOW_COPY_AND_ASSIGN(ManageProfileHandler);
};
-} // namespace options2
+} // namespace options
#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_MANAGE_PROFILE_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698