| Index: components/sync_bookmarks/bookmark_change_processor.h
|
| diff --git a/components/sync_bookmarks/bookmark_change_processor.h b/components/sync_bookmarks/bookmark_change_processor.h
|
| index dff812bd2164cf87dcda492424debe0357ef0942..ea7ea179449ddfe2480eb0fd12d95a14752656ef 100644
|
| --- a/components/sync_bookmarks/bookmark_change_processor.h
|
| +++ b/components/sync_bookmarks/bookmark_change_processor.h
|
| @@ -187,8 +187,8 @@ class BookmarkChangeProcessor : public bookmarks::BookmarkModelObserver,
|
| };
|
|
|
| // Retrieves the meta info from the given sync node.
|
| - static scoped_ptr<bookmarks::BookmarkNode::MetaInfoMap> GetBookmarkMetaInfo(
|
| - const syncer::BaseNode* sync_node);
|
| + static std::unique_ptr<bookmarks::BookmarkNode::MetaInfoMap>
|
| + GetBookmarkMetaInfo(const syncer::BaseNode* sync_node);
|
|
|
| // Sets the meta info of the given sync node from the given bookmark node.
|
| static void SetSyncNodeMetaInfo(const bookmarks::BookmarkNode* node,
|
|
|