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

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

Issue 2407163004: [Sync] Move some directory-related things from core/ to syncable/. (Closed)
Patch Set: Created 4 years, 2 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/write_node.h ('k') | components/sync/syncable/write_transaction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/write_node.cc
diff --git a/components/sync/core/write_node.cc b/components/sync/syncable/write_node.cc
similarity index 99%
rename from components/sync/core/write_node.cc
rename to components/sync/syncable/write_node.cc
index d3690bb364ea5e8e0ce590e6b95a9f7f4af82519..ee689b6f565165456a58f437a9c925fd4d26e5a7 100644
--- a/components/sync/core/write_node.cc
+++ b/components/sync/syncable/write_node.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 "components/sync/core/write_node.h"
+#include "components/sync/syncable/write_node.h"
#include <memory>
@@ -10,14 +10,14 @@
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "components/sync/base/cryptographer.h"
-#include "components/sync/core/base_transaction.h"
-#include "components/sync/core/write_transaction.h"
#include "components/sync/core_impl/syncapi_internal.h"
#include "components/sync/protocol/bookmark_specifics.pb.h"
#include "components/sync/protocol/typed_url_specifics.pb.h"
+#include "components/sync/syncable/base_transaction.h"
#include "components/sync/syncable/mutable_entry.h"
#include "components/sync/syncable/nigori_util.h"
#include "components/sync/syncable/syncable_util.h"
+#include "components/sync/syncable/write_transaction.h"
using std::string;
using std::vector;
« no previous file with comments | « components/sync/syncable/write_node.h ('k') | components/sync/syncable/write_transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698