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/base/cryptographer_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/base/cryptographer.cc ('k') | components/sync/base/data_type_histogram.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/cryptographer_unittest.cc
diff --git a/sync/util/cryptographer_unittest.cc b/components/sync/base/cryptographer_unittest.cc
similarity index 98%
rename from sync/util/cryptographer_unittest.cc
rename to components/sync/base/cryptographer_unittest.cc
index bfe18f1b8025021f9a7fc396610f4d592737ef96..4f6e30b266d646d2942bfe4fb5197c7002353f3f 100644
--- a/sync/util/cryptographer_unittest.cc
+++ b/components/sync/base/cryptographer_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 "sync/util/cryptographer.h"
+#include "components/sync/base/cryptographer.h"
#include <string>
#include "base/strings/string_util.h"
-#include "sync/protocol/password_specifics.pb.h"
-#include "sync/test/fake_encryptor.h"
+#include "components/sync/protocol/password_specifics.pb.h"
+#include "components/sync/test/fake_encryptor.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync/base/cryptographer.cc ('k') | components/sync/base/data_type_histogram.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698