Index: ios/chrome/browser/history/history_client_impl.h |
diff --git a/ios/chrome/browser/history/history_client_impl.h b/ios/chrome/browser/history/history_client_impl.h |
index 959c50f0221b3ec2afd908844bf4d8fc59e9d375..abcfff3f6b7c32df20575f0742cf4b3c41370397 100644 |
--- a/ios/chrome/browser/history/history_client_impl.h |
+++ b/ios/chrome/browser/history/history_client_impl.h |
@@ -57,8 +57,9 @@ class HistoryClientImpl : 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(HistoryClientImpl); |
}; |