Index: sync/engine/get_commit_ids_command.cc |
diff --git a/chrome/browser/sync/engine/get_commit_ids_command.cc b/sync/engine/get_commit_ids_command.cc |
similarity index 98% |
rename from chrome/browser/sync/engine/get_commit_ids_command.cc |
rename to sync/engine/get_commit_ids_command.cc |
index 0bdaee0544a07201b54ab060a8ad68a758aead75..55d7e232b12941228f9e9108bdae0f58148da53e 100644 |
--- a/chrome/browser/sync/engine/get_commit_ids_command.cc |
+++ b/sync/engine/get_commit_ids_command.cc |
@@ -2,16 +2,16 @@ |
// 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/get_commit_ids_command.h" |
+#include "sync/engine/get_commit_ids_command.h" |
#include <set> |
#include <utility> |
#include <vector> |
-#include "chrome/browser/sync/engine/nigori_util.h" |
-#include "chrome/browser/sync/engine/syncer_util.h" |
-#include "chrome/browser/sync/syncable/syncable.h" |
-#include "chrome/browser/sync/util/cryptographer.h" |
+#include "sync/engine/nigori_util.h" |
+#include "sync/engine/syncer_util.h" |
+#include "sync/syncable/syncable.h" |
+#include "sync/util/cryptographer.h" |
using std::set; |
using std::vector; |