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

Unified Diff: components/sync/syncable/directory_backing_store_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
Index: components/sync/syncable/directory_backing_store_unittest.cc
diff --git a/sync/syncable/directory_backing_store_unittest.cc b/components/sync/syncable/directory_backing_store_unittest.cc
similarity index 99%
rename from sync/syncable/directory_backing_store_unittest.cc
rename to components/sync/syncable/directory_backing_store_unittest.cc
index ed4d375b1bc394b875cccf9c1194d1259ea1dba8..21c3ebdccaf1ea3ab22ac79fd905a976ce090664 100644
--- a/sync/syncable/directory_backing_store_unittest.cc
+++ b/components/sync/syncable/directory_backing_store_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 "sync/syncable/directory_backing_store.h"
+#include "components/sync/syncable/directory_backing_store.h"
#include <stddef.h>
#include <stdint.h>
@@ -19,19 +19,19 @@
#include "base/strings/string_number_conversions.h"
#include "base/strings/stringprintf.h"
#include "build/build_config.h"
+#include "components/sync/base/node_ordinal.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/base/time.h"
+#include "components/sync/protocol/bookmark_specifics.pb.h"
+#include "components/sync/protocol/sync.pb.h"
+#include "components/sync/syncable/directory.h"
+#include "components/sync/syncable/on_disk_directory_backing_store.h"
+#include "components/sync/syncable/syncable-inl.h"
+#include "components/sync/test/directory_backing_store_corruption_testing.h"
+#include "components/sync/test/test_directory_backing_store.h"
#include "sql/connection.h"
#include "sql/statement.h"
#include "sql/test/test_helpers.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/base/node_ordinal.h"
-#include "sync/protocol/bookmark_specifics.pb.h"
-#include "sync/protocol/sync.pb.h"
-#include "sync/syncable/directory.h"
-#include "sync/syncable/on_disk_directory_backing_store.h"
-#include "sync/syncable/syncable-inl.h"
-#include "sync/test/directory_backing_store_corruption_testing.h"
-#include "sync/test/test_directory_backing_store.h"
-#include "sync/util/time.h"
#include "testing/gtest/include/gtest/gtest-param-test.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync/syncable/directory_backing_store.cc ('k') | components/sync/syncable/directory_change_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698