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