| Index: chrome/browser/history/chrome_history_client.h
|
| diff --git a/chrome/browser/history/chrome_history_client.h b/chrome/browser/history/chrome_history_client.h
|
| index acb516b8ccafb85b58db38c4f84bc9cad08af09e..e939fb0a7d92f699f4ce514cc99d30a61ced68f3 100644
|
| --- a/chrome/browser/history/chrome_history_client.h
|
| +++ b/chrome/browser/history/chrome_history_client.h
|
| @@ -59,8 +59,9 @@ class ChromeHistoryClient : public history::HistoryClient,
|
| base::Callback<void(const std::set<GURL>&)> on_bookmarks_removed_;
|
|
|
| // Subscription for notifications of changes to favicons.
|
| - scoped_ptr<base::CallbackList<void(const std::set<GURL>&)>::Subscription>
|
| - favicon_changed_subscription_;
|
| + scoped_ptr<base::CallbackList<void(const std::set<GURL>&,
|
| + const GURL&)>::Subscription>
|
| + favicons_changed_subscription_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeHistoryClient);
|
| };
|
|
|