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 |