Index: components/sync/syncable/nigori_util_unittest.cc |
diff --git a/sync/syncable/nigori_util_unittest.cc b/components/sync/syncable/nigori_util_unittest.cc |
similarity index 89% |
rename from sync/syncable/nigori_util_unittest.cc |
rename to components/sync/syncable/nigori_util_unittest.cc |
index 52e39a0f92bc6f2c8fe35e4f6cdee302386483bc..8c5ee761de6d4b49f91dfb349d55b449ee316b2c 100644 |
--- a/sync/syncable/nigori_util_unittest.cc |
+++ b/components/sync/syncable/nigori_util_unittest.cc |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "sync/protocol/bookmark_specifics.pb.h" |
-#include "sync/protocol/sync.pb.h" |
-#include "sync/syncable/nigori_util.h" |
-#include "sync/util/cryptographer.h" |
+#include "components/sync/base/cryptographer.h" |
+#include "components/sync/protocol/bookmark_specifics.pb.h" |
+#include "components/sync/protocol/sync.pb.h" |
+#include "components/sync/syncable/nigori_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace syncer { |