Index: chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
index 594a6ab18f837d0d1f9a2aa6ceecfecbfcdd7404..ce0de496fb4a866848c32d99ed07a563a6d2424c 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc |
@@ -316,7 +316,8 @@ class RemoveLocalStorageTester : public BrowsingDataRemoverTester { |
explicit RemoveLocalStorageTester(TestingProfile* profile) |
: profile_(profile), dom_storage_context_(NULL) { |
dom_storage_context_ = |
- content::BrowserContext::GetDefaultDOMStorageContext(profile); |
+ content::BrowserContext::GetDefaultStoragePartition(profile)-> |
+ GetDOMStorageContext(); |
} |
// Returns true, if the given origin URL exists. |