| Index: components/enhanced_bookmarks/bookmark_server_service.h
|
| diff --git a/components/enhanced_bookmarks/bookmark_server_service.h b/components/enhanced_bookmarks/bookmark_server_service.h
|
| index 041b5c685ff79ec886625a375a877528463d346b..627c72e0a12f7ed6224ae36ce8089aa6a4ca635a 100644
|
| --- a/components/enhanced_bookmarks/bookmark_server_service.h
|
| +++ b/components/enhanced_bookmarks/bookmark_server_service.h
|
| @@ -111,8 +111,6 @@ class BookmarkServerService : protected net::URLFetcherDelegate,
|
| scoped_refptr<net::URLRequestContextGetter> request_context_getter_;
|
| // The fetcher used to query the server.
|
| scoped_ptr<net::URLFetcher> url_fetcher_;
|
| - // A map from stars.id to bookmark nodes. With no null entries.
|
| - std::map<std::string, const BookmarkNode*> starsid_to_bookmark_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BookmarkServerService);
|
| };
|
|
|