Index: sync/engine/build_commit_command.cc |
diff --git a/chrome/browser/sync/engine/build_commit_command.cc b/sync/engine/build_commit_command.cc |
similarity index 96% |
rename from chrome/browser/sync/engine/build_commit_command.cc |
rename to sync/engine/build_commit_command.cc |
index c2a40f1f466335878a2dd2be710dc930b11cfab3..86d1d8b3096ecbf679a25ad7616def5f155bf35f 100644 |
--- a/chrome/browser/sync/engine/build_commit_command.cc |
+++ b/sync/engine/build_commit_command.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/sync/engine/build_commit_command.h" |
+#include "sync/engine/build_commit_command.h" |
#include <limits> |
#include <set> |
@@ -10,12 +10,12 @@ |
#include <vector> |
#include "base/string_util.h" |
-#include "chrome/browser/sync/engine/syncer_proto_util.h" |
-#include "chrome/browser/sync/sessions/sync_session.h" |
-#include "chrome/browser/sync/syncable/syncable.h" |
-#include "chrome/browser/sync/syncable/syncable_changes_version.h" |
-#include "chrome/browser/sync/util/time.h" |
+#include "sync/engine/syncer_proto_util.h" |
#include "sync/protocol/bookmark_specifics.pb.h" |
+#include "sync/sessions/sync_session.h" |
+#include "sync/syncable/syncable.h" |
+#include "sync/syncable/syncable_changes_version.h" |
+#include "sync/util/time.h" |
using std::set; |
using std::string; |