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

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

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_sync_setup_handler.cc
diff --git a/chrome/browser/ui/webui/options2/options_sync_setup_handler.cc b/chrome/browser/ui/webui/options2/options_sync_setup_handler.cc
index f7f6df76002019a7bb9d05ccf7d801000ea15a73..5732abd61d2f2918e8836b111bc2a438306edbdc 100644
--- a/chrome/browser/ui/webui/options2/options_sync_setup_handler.cc
+++ b/chrome/browser/ui/webui/options2/options_sync_setup_handler.cc
@@ -9,7 +9,7 @@
#include "chrome/browser/sync/profile_sync_service_factory.h"
#include "content/public/browser/web_ui.h"
-namespace options2 {
+namespace options {
OptionsSyncSetupHandler::OptionsSyncSetupHandler(
ProfileManager* profile_manager) : SyncSetupHandler(profile_manager) {
« no previous file with comments | « chrome/browser/ui/webui/options2/options_sync_setup_handler.h ('k') | chrome/browser/ui/webui/options2/options_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698