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

Unified Diff: components/sync/driver/model_associator.h

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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/driver/model_associator.h
diff --git a/components/sync_driver/model_associator.h b/components/sync/driver/model_associator.h
similarity index 96%
rename from components/sync_driver/model_associator.h
rename to components/sync/driver/model_associator.h
index 506007a6d586fde45ed07c53694a5f72710d4ec0..12631619da803cfdb5d67ce74ff7fc654c063edf 100644
--- a/components/sync_driver/model_associator.h
+++ b/components/sync/driver/model_associator.h
@@ -80,9 +80,8 @@ class PerDataTypeAssociatorInterface : public AssociatorInterface {
// Initializes the given sync node from the given chrome node id.
// Returns false if no sync node was found for the given chrome node id or
// if the initialization of sync node fails.
- virtual bool InitSyncNodeFromChromeId(
- const IDType& node_id,
- syncer::BaseNode* sync_node) = 0;
+ virtual bool InitSyncNodeFromChromeId(const IDType& node_id,
+ syncer::BaseNode* sync_node) = 0;
// Associates the given chrome node with the given sync node.
virtual void Associate(const Node* node,
« no previous file with comments | « components/sync/driver/model_association_manager_unittest.cc ('k') | components/sync/driver/model_associator_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698