Index: chrome/browser/browsing_data_local_storage_helper.cc |
=================================================================== |
--- chrome/browser/browsing_data_local_storage_helper.cc (revision 123509) |
+++ chrome/browser/browsing_data_local_storage_helper.cc (working copy) |
@@ -50,7 +50,7 @@ |
BrowsingDataLocalStorageHelper::BrowsingDataLocalStorageHelper( |
Profile* profile) |
- : dom_storage_context_(DOMStorageContext::GetForBrowserContext(profile)), |
+ : dom_storage_context_(BrowserContext::GetDOMStorageContext(profile)), |
is_fetching_(false) { |
DCHECK(dom_storage_context_.get()); |
} |