| Index: content/browser/indexed_db/indexed_db_context_impl.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_context_impl.cc b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| index 0b6191055f76b7abb1948a24af38e4340b4167f5..ea110bb70d9910d1102426e0f661dd50c3389141 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.cc
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| @@ -273,7 +273,7 @@ bool IndexedDBContextImpl::IsOverQuota(const GURL& origin_url) {
|
| }
|
|
|
| quota::QuotaManagerProxy* IndexedDBContextImpl::quota_manager_proxy() {
|
| - return quota_manager_proxy_;
|
| + return quota_manager_proxy_.get();
|
| }
|
|
|
| IndexedDBContextImpl::~IndexedDBContextImpl() {
|
|
|