Index: chrome/browser/browsing_data_remover.cc |
=================================================================== |
--- chrome/browser/browsing_data_remover.cc (revision 89645) |
+++ chrome/browser/browsing_data_remover.cc (working copy) |
@@ -382,7 +382,7 @@ |
// This function should be called on the IO thread. |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
- io_thread->ClearNetworkingHistory(); |
+ io_thread->ClearNetworkingHistory(profile_->GetPredictor()); |
// Notify the UI thread that we are done. |
BrowserThread::PostTask( |