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

Unified Diff: components/sync/syncable/directory_backing_store.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.cc
diff --git a/sync/syncable/directory_backing_store.cc b/components/sync/syncable/directory_backing_store.cc
similarity index 99%
rename from sync/syncable/directory_backing_store.cc
rename to components/sync/syncable/directory_backing_store.cc
index b3209f2ee7f18ae00947beb460eb39b2e42f04b4..ac404ecc42c0019a76248d8382ca5512ee21cd92 100644
--- a/sync/syncable/directory_backing_store.cc
+++ b/components/sync/syncable/directory_backing_store.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>
@@ -22,17 +22,17 @@
#include "base/time/time.h"
#include "base/trace_event/trace_event.h"
#include "build/build_config.h"
+#include "components/sync/base/node_ordinal.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/syncable-inl.h"
+#include "components/sync/syncable/syncable_columns.h"
+#include "components/sync/syncable/syncable_util.h"
#include "sql/connection.h"
#include "sql/error_delegate_util.h"
#include "sql/statement.h"
#include "sql/transaction.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/syncable-inl.h"
-#include "sync/syncable/syncable_columns.h"
-#include "sync/syncable/syncable_util.h"
-#include "sync/util/time.h"
using std::string;
« no previous file with comments | « components/sync/syncable/directory_backing_store.h ('k') | components/sync/syncable/directory_backing_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698