| Index: chrome/browser/history/android/android_provider_backend.cc
|
| diff --git a/chrome/browser/history/android/android_provider_backend.cc b/chrome/browser/history/android/android_provider_backend.cc
|
| index cfaa8562752bc9000f10fabebec7783bcb9ab2db..96f42e03c67f8eeef88742b902b9e74d76a72c7c 100644
|
| --- a/chrome/browser/history/android/android_provider_backend.cc
|
| +++ b/chrome/browser/history/android/android_provider_backend.cc
|
| @@ -116,7 +116,7 @@ bool IsHistoryAndBookmarkRowValid(const HistoryAndBookmarkRow& row) {
|
|
|
| void RunNotifyFaviconChanged(HistoryBackendNotifier* notifier,
|
| scoped_ptr<std::set<GURL>> urls) {
|
| - notifier->NotifyFaviconChanged(*(urls.get()));
|
| + notifier->NotifyFaviconsChanged(*(urls.get()), GURL());
|
| }
|
|
|
| void RunNotifyURLsModified(HistoryBackendNotifier* notifier,
|
|
|