Index: sync/engine/download_updates_command_unittest.cc |
diff --git a/chrome/browser/sync/engine/download_updates_command_unittest.cc b/sync/engine/download_updates_command_unittest.cc |
similarity index 92% |
rename from chrome/browser/sync/engine/download_updates_command_unittest.cc |
rename to sync/engine/download_updates_command_unittest.cc |
index 9c81f98341f1dc9de297ad8065b4b51e54b380ec..9a6c28012d7207e73ca20de73b04c9283f8f3b9f 100644 |
--- a/chrome/browser/sync/engine/download_updates_command_unittest.cc |
+++ b/sync/engine/download_updates_command_unittest.cc |
@@ -2,13 +2,13 @@ |
// 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 "chrome/browser/sync/test/engine/fake_model_worker.h" |
-#include "chrome/browser/sync/test/engine/syncer_command_test.h" |
+#include "sync/engine/download_updates_command.h" |
#include "sync/protocol/autofill_specifics.pb.h" |
#include "sync/protocol/bookmark_specifics.pb.h" |
#include "sync/protocol/preference_specifics.pb.h" |
#include "sync/protocol/sync.pb.h" |
+#include "sync/test/engine/fake_model_worker.h" |
+#include "sync/test/engine/syncer_command_test.h" |
using ::testing::_; |
namespace browser_sync { |