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 e61b27d038a095039be34e61fa012a081fd9f530..4e3b3653e819a978ef320fb89b8fbd26efa739f6 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover.cc |
@@ -22,6 +22,7 @@ |
#include "chrome/browser/download/download_service_factory.h" |
#include "chrome/browser/history/history_service.h" |
#include "chrome/browser/history/history_service_factory.h" |
+#include "chrome/browser/history/web_history_service_factory.h" |
#include "chrome/browser/io_thread.h" |
#include "chrome/browser/media/media_device_id_salt.h" |
#include "chrome/browser/net/predictor.h" |
@@ -308,6 +309,7 @@ void BrowsingDataRemover::RemoveImpl(int remove_mask, |
waiting_for_clear_history_ = true; |
history_service->ExpireLocalAndRemoteHistoryBetween( |
+ WebHistoryServiceFactory::GetForProfile(profile_), |
restrict_urls, delete_begin_, delete_end_, |
base::Bind(&BrowsingDataRemover::OnHistoryDeletionDone, |
base::Unretained(this)), |