Index: sync/engine/syncer_proto_util_unittest.cc |
diff --git a/chrome/browser/sync/engine/syncer_proto_util_unittest.cc b/sync/engine/syncer_proto_util_unittest.cc |
similarity index 94% |
rename from chrome/browser/sync/engine/syncer_proto_util_unittest.cc |
rename to sync/engine/syncer_proto_util_unittest.cc |
index 41e3cc03d91dcbe95c0cf9877997e51285ec0be0..d70a07b1dc82d8dd42ec82ee1c66fc50b05473a2 100644 |
--- a/chrome/browser/sync/engine/syncer_proto_util_unittest.cc |
+++ b/sync/engine/syncer_proto_util_unittest.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/syncer_proto_util.h" |
+#include "sync/engine/syncer_proto_util.h" |
#include <string> |
@@ -10,14 +10,14 @@ |
#include "base/compiler_specific.h" |
#include "base/message_loop.h" |
#include "base/time.h" |
-#include "chrome/browser/sync/engine/syncproto.h" |
-#include "chrome/browser/sync/sessions/session_state.h" |
-#include "chrome/browser/sync/sessions/sync_session_context.h" |
-#include "chrome/browser/sync/syncable/blob.h" |
-#include "chrome/browser/sync/syncable/model_type_test_util.h" |
-#include "chrome/browser/sync/syncable/syncable.h" |
-#include "chrome/browser/sync/test/engine/mock_connection_manager.h" |
-#include "chrome/browser/sync/test/engine/test_directory_setter_upper.h" |
+#include "sync/engine/syncproto.h" |
+#include "sync/sessions/session_state.h" |
+#include "sync/sessions/sync_session_context.h" |
+#include "sync/syncable/blob.h" |
+#include "sync/syncable/model_type_test_util.h" |
+#include "sync/syncable/syncable.h" |
+#include "sync/test/engine/mock_connection_manager.h" |
+#include "sync/test/engine/test_directory_setter_upper.h" |
#include "sync/protocol/bookmark_specifics.pb.h" |
#include "sync/protocol/password_specifics.pb.h" |
#include "sync/protocol/sync.pb.h" |