Index: chrome/browser/browsing_data_local_storage_helper.cc |
diff --git a/chrome/browser/browsing_data_local_storage_helper.cc b/chrome/browser/browsing_data_local_storage_helper.cc |
index 39a50a8699747295038f32ea0b8a69982f7502fb..7e476b077024abf4376b6962a0f9dc20454a56c4 100644 |
--- a/chrome/browser/browsing_data_local_storage_helper.cc |
+++ b/chrome/browser/browsing_data_local_storage_helper.cc |
@@ -24,7 +24,8 @@ BrowsingDataLocalStorageHelper::LocalStorageInfo::~LocalStorageInfo() {} |
BrowsingDataLocalStorageHelper::BrowsingDataLocalStorageHelper( |
Profile* profile) |
- : dom_storage_context_(BrowserContext::GetDOMStorageContext(profile)), |
+ : dom_storage_context_( |
+ BrowserContext::GetDefaultDOMStorageContext(profile)), |
is_fetching_(false) { |
DCHECK(dom_storage_context_); |
} |