Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: components/sync/syncable/nigori_util_unittest.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/syncable/nigori_util.cc ('k') | components/sync/syncable/on_disk_directory_backing_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « components/sync/syncable/nigori_util.cc ('k') | components/sync/syncable/on_disk_directory_backing_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698