Index: sync/engine/nigori_util_unittest.cc |
diff --git a/chrome/browser/sync/engine/nigori_util_unittest.cc b/sync/engine/nigori_util_unittest.cc |
similarity index 94% |
rename from chrome/browser/sync/engine/nigori_util_unittest.cc |
rename to sync/engine/nigori_util_unittest.cc |
index e0d5053c8558418eafd5dde94525a3767c407e61..2195c78a479c6ea092e1ee3b41e3964f13d48f20 100644 |
--- a/chrome/browser/sync/engine/nigori_util_unittest.cc |
+++ b/sync/engine/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 "chrome/browser/sync/engine/nigori_util.h" |
-#include "chrome/browser/sync/util/cryptographer.h" |
+#include "sync/engine/nigori_util.h" |
#include "sync/protocol/bookmark_specifics.pb.h" |
#include "sync/protocol/sync.pb.h" |
+#include "sync/util/cryptographer.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace syncable { |