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

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

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.cc
diff --git a/chrome/browser/ui/webui/options2/manage_profile_handler.cc b/chrome/browser/ui/webui/options2/manage_profile_handler.cc
index 0fe67b0be1cdc1b5eeec7993f5359e757f7a4455..a958e52bc093cac5cf38098b6c1be440ef178445 100644
--- a/chrome/browser/ui/webui/options2/manage_profile_handler.cc
+++ b/chrome/browser/ui/webui/options2/manage_profile_handler.cc
@@ -25,7 +25,7 @@
#include "content/public/browser/web_ui.h"
#include "grit/generated_resources.h"
-namespace options2 {
+namespace options {
namespace {
@@ -287,4 +287,4 @@ void ManageProfileHandler::ProfileIconSelectionChanged(
gaia_name_value);
}
-} // namespace options2
+} // namespace options
« no previous file with comments | « chrome/browser/ui/webui/options2/manage_profile_handler.h ('k') | chrome/browser/ui/webui/options2/media_galleries_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698