Index: sync/engine/verify_updates_command.cc |
diff --git a/chrome/browser/sync/engine/verify_updates_command.cc b/sync/engine/verify_updates_command.cc |
similarity index 92% |
rename from chrome/browser/sync/engine/verify_updates_command.cc |
rename to sync/engine/verify_updates_command.cc |
index 58a3c8ddf3778ee47109a154a0ab940d08795063..ab555a2138193b16a64c34817408c42fde8a5533 100644 |
--- a/chrome/browser/sync/engine/verify_updates_command.cc |
+++ b/sync/engine/verify_updates_command.cc |
@@ -2,18 +2,18 @@ |
// 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/verify_updates_command.h" |
+#include "sync/engine/verify_updates_command.h" |
#include <string> |
#include "base/location.h" |
-#include "chrome/browser/sync/engine/syncer.h" |
-#include "chrome/browser/sync/engine/syncer_proto_util.h" |
-#include "chrome/browser/sync/engine/syncer_types.h" |
-#include "chrome/browser/sync/engine/syncer_util.h" |
-#include "chrome/browser/sync/engine/syncproto.h" |
-#include "chrome/browser/sync/syncable/syncable.h" |
+#include "sync/engine/syncer.h" |
+#include "sync/engine/syncer_proto_util.h" |
+#include "sync/engine/syncer_types.h" |
+#include "sync/engine/syncer_util.h" |
+#include "sync/engine/syncproto.h" |
#include "sync/protocol/bookmark_specifics.pb.h" |
+#include "sync/syncable/syncable.h" |
namespace browser_sync { |