Index: chrome/browser/browsing_data_remover.cc |
=================================================================== |
--- chrome/browser/browsing_data_remover.cc (revision 123509) |
+++ chrome/browser/browsing_data_remover.cc (working copy) |
@@ -303,8 +303,7 @@ |
if (remove_mask & REMOVE_LOCAL_STORAGE && |
BrowserThread::IsMessageLoopValid(BrowserThread::WEBKIT_DEPRECATED)) { |
- DOMStorageContext* context = |
- DOMStorageContext::GetForBrowserContext(profile_); |
+ DOMStorageContext* context = BrowserContext::GetDOMStorageContext(profile_); |
BrowserThread::PostTask( |
BrowserThread::WEBKIT_DEPRECATED, FROM_HERE, |
base::Bind(&BrowsingDataRemover::ClearDOMStorageOnWebKitThread, |