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

Unified Diff: sync/engine/clear_data_command.cc

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments 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
« no previous file with comments | « sync/engine/clear_data_command.h ('k') | sync/engine/clear_data_command_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/clear_data_command.cc
diff --git a/chrome/browser/sync/engine/clear_data_command.cc b/sync/engine/clear_data_command.cc
similarity index 90%
rename from chrome/browser/sync/engine/clear_data_command.cc
rename to sync/engine/clear_data_command.cc
index e6f21cc811cb8b4e7be170d715b3711bfff5a2e3..e7d7343845ed4b34aaa7941e8cc3fa86d865f0ba 100644
--- a/chrome/browser/sync/engine/clear_data_command.cc
+++ b/sync/engine/clear_data_command.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/sync/engine/clear_data_command.h"
+#include "sync/engine/clear_data_command.h"
#include <string>
-#include "chrome/browser/sync/engine/syncer.h"
-#include "chrome/browser/sync/engine/syncer_proto_util.h"
-#include "chrome/browser/sync/engine/syncproto.h"
-#include "chrome/browser/sync/sessions/sync_session.h"
+#include "sync/engine/syncer.h"
+#include "sync/engine/syncer_proto_util.h"
+#include "sync/engine/syncproto.h"
+#include "sync/sessions/sync_session.h"
namespace browser_sync {
« no previous file with comments | « sync/engine/clear_data_command.h ('k') | sync/engine/clear_data_command_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698