| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index 36af20223f30f2fcc7ad58663541c231fd30c0c8..d078a745101d079bd1056e1fba4755110deadd67 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -531,10 +531,16 @@ void StoragePartitionImpl::ClearDataImpl(
|
| callback);
|
| // |helper| deletes itself when done in
|
| // DataDeletionHelper::DecrementTaskCountOnUI().
|
| - helper->ClearDataOnUIThread(storage_origin, origin_matcher, GetPath(),
|
| - rq_context, dom_storage_context_, quota_manager_,
|
| + helper->ClearDataOnUIThread(storage_origin,
|
| + origin_matcher,
|
| + GetPath(),
|
| + rq_context,
|
| + dom_storage_context_.get(),
|
| + quota_manager_.get(),
|
| special_storage_policy_.get(),
|
| - webrtc_identity_store_, begin, end);
|
| + webrtc_identity_store_.get(),
|
| + begin,
|
| + end);
|
| }
|
|
|
| void StoragePartitionImpl::
|
|
|