| Index: chrome/browser/bookmarks/chrome_bookmark_client.h
|
| diff --git a/chrome/browser/bookmarks/chrome_bookmark_client.h b/chrome/browser/bookmarks/chrome_bookmark_client.h
|
| index e7ae884d4a7fe6974b514caaf7a4e3a331cffa0a..53b4ba68872110da5c476b465199291e3a57d1f2 100644
|
| --- a/chrome/browser/bookmarks/chrome_bookmark_client.h
|
| +++ b/chrome/browser/bookmarks/chrome_bookmark_client.h
|
| @@ -105,7 +105,8 @@ class ChromeBookmarkClient : public bookmarks::BookmarkClient,
|
| // is initialized from HistoryServiceFactory.
|
| history::HistoryService* history_service_;
|
|
|
| - scoped_ptr<base::CallbackList<void(const std::set<GURL>&)>::Subscription>
|
| + scoped_ptr<base::CallbackList<void(const std::vector<GURL>&,
|
| + const std::vector<GURL>&)>::Subscription>
|
| favicon_changed_subscription_;
|
|
|
| // Pointer to the BookmarkModel. Will be non-NULL from the call to Init to
|
|
|