| Index: components/sync/driver/model_associator.h
|
| diff --git a/components/sync/driver/model_associator.h b/components/sync/driver/model_associator.h
|
| index 67bf85e33ddb2dd4a2e1f24bc32b6502e962e71c..173789ff57eafffe0f466786428bd6ffd364b174 100644
|
| --- a/components/sync/driver/model_associator.h
|
| +++ b/components/sync/driver/model_associator.h
|
| @@ -71,7 +71,7 @@ class PerDataTypeAssociatorInterface : public AssociatorInterface {
|
| virtual int64_t GetSyncIdFromChromeId(const IDType& id) = 0;
|
|
|
| // Returns the chrome node for the given sync id.
|
| - // Returns NULL if no node is found for the given sync id.
|
| + // Returns null if no node is found for the given sync id.
|
| virtual const Node* GetChromeNodeFromSyncId(int64_t sync_id) = 0;
|
|
|
| // Initializes the given sync node from the given chrome node id.
|
|
|