| Index: components/sync_bookmarks/bookmark_model_associator.h
|
| diff --git a/components/sync_bookmarks/bookmark_model_associator.h b/components/sync_bookmarks/bookmark_model_associator.h
|
| index c6884c548ea65a19de686a701ab9356b54c277db..79a3dd77d9c5688e8d0e5af99fe57462c82d250a 100644
|
| --- a/components/sync_bookmarks/bookmark_model_associator.h
|
| +++ b/components/sync_bookmarks/bookmark_model_associator.h
|
| @@ -88,7 +88,7 @@ class BookmarkModelAssociator
|
| int64_t GetSyncIdFromChromeId(const int64_t& node_id) override;
|
|
|
| // Returns the bookmark node for the given sync id.
|
| - // Returns NULL if no bookmark node is found for the given sync id.
|
| + // Returns null if no bookmark node is found for the given sync id.
|
| const bookmarks::BookmarkNode* GetChromeNodeFromSyncId(
|
| int64_t sync_id) override;
|
|
|
|
|