Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: chrome/browser/browsing_data/browsing_data_remover_unittest.cc

Issue 10837230: Move StoragePartition into content/public and remove BrowserContext::GetDOMStorageContext(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fixes. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698