| Index: chrome/browser/sync/glue/model_associator.h
|
| diff --git a/chrome/browser/sync/glue/model_associator.h b/chrome/browser/sync/glue/model_associator.h
|
| index ae29ebd347d233701e2fe9a40fa32c598a829cd2..0811a7987372b3e7b3ac50366976e55571d99587 100644
|
| --- a/chrome/browser/sync/glue/model_associator.h
|
| +++ b/chrome/browser/sync/glue/model_associator.h
|
| @@ -77,8 +77,9 @@ 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,
|
| - sync_api::BaseNode* sync_node) = 0;
|
| + virtual bool InitSyncNodeFromChromeId(
|
| + const IDType& node_id,
|
| + sync_api::BaseNode* sync_node) = 0;
|
|
|
| // Associates the given chrome node with the given sync id.
|
| virtual void Associate(const Node* node, int64 sync_id) = 0;
|
|
|