Index: sync/engine/process_commit_response_command.cc |
diff --git a/chrome/browser/sync/engine/process_commit_response_command.cc b/sync/engine/process_commit_response_command.cc |
similarity index 98% |
rename from chrome/browser/sync/engine/process_commit_response_command.cc |
rename to sync/engine/process_commit_response_command.cc |
index 761aeba69fcd079de7b69c7358b111c2b169fb22..b82ff6d5246dac3c908b4060444a7c390d9d3dcf 100644 |
--- a/chrome/browser/sync/engine/process_commit_response_command.cc |
+++ b/sync/engine/process_commit_response_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/process_commit_response_command.h" |
+#include "sync/engine/process_commit_response_command.h" |
#include <cstddef> |
#include <set> |
@@ -11,12 +11,12 @@ |
#include "base/basictypes.h" |
#include "base/location.h" |
-#include "chrome/browser/sync/engine/syncer_proto_util.h" |
-#include "chrome/browser/sync/engine/syncer_util.h" |
-#include "chrome/browser/sync/engine/syncproto.h" |
-#include "chrome/browser/sync/sessions/sync_session.h" |
-#include "chrome/browser/sync/syncable/syncable.h" |
-#include "chrome/browser/sync/util/time.h" |
+#include "sync/engine/syncer_proto_util.h" |
+#include "sync/engine/syncer_util.h" |
+#include "sync/engine/syncproto.h" |
+#include "sync/sessions/sync_session.h" |
+#include "sync/syncable/syncable.h" |
+#include "sync/util/time.h" |
using syncable::WriteTransaction; |
using syncable::MutableEntry; |