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

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

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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/stop_syncing_handler.cc
diff --git a/chrome/browser/ui/webui/options/stop_syncing_handler.cc b/chrome/browser/ui/webui/options2/stop_syncing_handler.cc
similarity index 94%
rename from chrome/browser/ui/webui/options/stop_syncing_handler.cc
rename to chrome/browser/ui/webui/options2/stop_syncing_handler.cc
index 7920df82ff8485bee41631b005b3971343e85548..23abbb9895e96eb44c2b95d14df9923b47ae9143 100644
--- a/chrome/browser/ui/webui/options/stop_syncing_handler.cc
+++ b/chrome/browser/ui/webui/options2/stop_syncing_handler.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/webui/options/stop_syncing_handler.h"
+#include "chrome/browser/ui/webui/options2/stop_syncing_handler.h"
#include "base/basictypes.h"
#include "base/bind.h"
@@ -19,6 +19,8 @@
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
+namespace options2 {
+
StopSyncingHandler::StopSyncingHandler() {
}
@@ -53,3 +55,5 @@ void StopSyncingHandler::StopSyncing(const ListValue* args){
ProfileSyncService::SyncEvent(ProfileSyncService::STOP_FROM_OPTIONS);
}
}
+
+} // namespace options2

Powered by Google App Engine
This is Rietveld 408576698