| Index: chrome/browser/browsing_data/browsing_data_remover.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.cc b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| index 912a5cf71f6ea64aff0a8a29b535454d070cf26d..ce4865578bf05b26cfe47c9200f5186315da45eb 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| @@ -1318,7 +1318,7 @@ void BrowsingDataRemover::OnClearedWebappHistory() {
|
| }
|
|
|
| void BrowsingDataRemover::OnClearedOfflinePageData(
|
| - offline_pages::OfflinePageModel::DeletePageResult result) {
|
| + offline_pages::DeletePageResult result) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| waiting_for_clear_offline_page_data_ = false;
|
| NotifyIfDone();
|
|
|