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; |