Index: sync/engine/download_updates_command.cc |
diff --git a/chrome/browser/sync/engine/download_updates_command.cc b/sync/engine/download_updates_command.cc |
similarity index 92% |
rename from chrome/browser/sync/engine/download_updates_command.cc |
rename to sync/engine/download_updates_command.cc |
index 2e02e96a95f09c25be4989beaf930551f4977cc4..385649cc98c019445d12c3d9c666293556f96503 100644 |
--- a/chrome/browser/sync/engine/download_updates_command.cc |
+++ b/sync/engine/download_updates_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/download_updates_command.h" |
+#include "sync/engine/download_updates_command.h" |
#include <string> |
#include "base/command_line.h" |
-#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/syncable/model_type_payload_map.h" |
-#include "chrome/browser/sync/syncable/syncable.h" |
+#include "sync/engine/syncer.h" |
+#include "sync/engine/syncer_proto_util.h" |
+#include "sync/engine/syncproto.h" |
+#include "sync/syncable/model_type_payload_map.h" |
+#include "sync/syncable/syncable.h" |
using sync_pb::DebugInfo; |