| Index: components/bookmarks/browser/bookmark_node_data.h
|
| diff --git a/components/bookmarks/browser/bookmark_node_data.h b/components/bookmarks/browser/bookmark_node_data.h
|
| index 47e85f6312d7172b235ecf76fde9cc8742536932..c44594e12d3e48992a7845834c691b5b02b8406b 100644
|
| --- a/components/bookmarks/browser/bookmark_node_data.h
|
| +++ b/components/bookmarks/browser/bookmark_node_data.h
|
| @@ -77,7 +77,7 @@
|
|
|
| // For reading/writing this Element.
|
| void WriteToPickle(Pickle* pickle) const;
|
| - bool ReadFromPickle(PickleIterator* iterator);
|
| + bool ReadFromPickle(Pickle* pickle, PickleIterator* iterator);
|
|
|
| // ID of the node.
|
| int64 id_;
|
|
|