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 c44594e12d3e48992a7845834c691b5b02b8406b..47e85f6312d7172b235ecf76fde9cc8742536932 100644 |
--- a/components/bookmarks/browser/bookmark_node_data.h |
+++ b/components/bookmarks/browser/bookmark_node_data.h |
@@ -77,7 +77,7 @@ struct BookmarkNodeData { |
// For reading/writing this Element. |
void WriteToPickle(Pickle* pickle) const; |
- bool ReadFromPickle(Pickle* pickle, PickleIterator* iterator); |
+ bool ReadFromPickle(PickleIterator* iterator); |
// ID of the node. |
int64 id_; |