Index: chrome/browser/browsing_data_remover.cc |
diff --git a/chrome/browser/browsing_data_remover.cc b/chrome/browser/browsing_data_remover.cc |
index 0c42575a05185de7b85d0e79227ef227d89431a4..b28afb96350705b5234df6c4cb7bac80601750d3 100644 |
--- a/chrome/browser/browsing_data_remover.cc |
+++ b/chrome/browser/browsing_data_remover.cc |
@@ -356,7 +356,8 @@ void BrowsingDataRemover::RemoveImpl(int remove_mask, |
if (remove_mask & REMOVE_LOCAL_STORAGE) { |
waiting_for_clear_local_storage_ = true; |
if (!dom_storage_context_) |
- dom_storage_context_ = BrowserContext::GetDOMStorageContext(profile_); |
+ dom_storage_context_ = |
+ BrowserContext::GetDefaultDOMStorageContext(profile_); |
ClearLocalStorageOnUIThread(); |
} |