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

Unified Diff: components/sync/syncable/base_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/base_node.h ('k') | components/sync/syncable/base_transaction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/base_node.cc
diff --git a/components/sync/core/base_node.cc b/components/sync/syncable/base_node.cc
similarity index 98%
rename from components/sync/core/base_node.cc
rename to components/sync/syncable/base_node.cc
index c0666b8312260855bb0cfe36710ff5404ea09d02..2dc3078812e060b75c8862a8b1e552bf49cfba3f 100644
--- a/components/sync/core/base_node.cc
+++ b/components/sync/syncable/base_node.cc
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/sync/core/base_node.h"
+#include "components/sync/syncable/base_node.h"
#include <stack>
#include "base/strings/string_number_conversions.h"
#include "base/strings/utf_string_conversions.h"
#include "components/sync/base/time.h"
-#include "components/sync/core/base_transaction.h"
#include "components/sync/core_impl/syncapi_internal.h"
#include "components/sync/protocol/app_specifics.pb.h"
#include "components/sync/protocol/autofill_specifics.pb.h"
@@ -20,6 +19,7 @@
#include "components/sync/protocol/session_specifics.pb.h"
#include "components/sync/protocol/theme_specifics.pb.h"
#include "components/sync/protocol/typed_url_specifics.pb.h"
+#include "components/sync/syncable/base_transaction.h"
#include "components/sync/syncable/directory.h"
#include "components/sync/syncable/entry.h"
#include "components/sync/syncable/syncable_base_transaction.h"
« no previous file with comments | « components/sync/syncable/base_node.h ('k') | components/sync/syncable/base_transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698