| Index: content/browser/browser_thread_impl.cc
|
| diff --git a/content/browser/browser_thread_impl.cc b/content/browser/browser_thread_impl.cc
|
| index fff962545fa8df9a75fd5706886ed4d5bcb99ea7..b39725139d9b21ca827f37e0c3b4d93e150b706d 100644
|
| --- a/content/browser/browser_thread_impl.cc
|
| +++ b/content/browser/browser_thread_impl.cc
|
| @@ -323,7 +323,7 @@ bool BrowserThread::PostBlockingPoolSequencedTask(
|
|
|
| // static
|
| base::SequencedWorkerPool* BrowserThread::GetBlockingPool() {
|
| - return g_globals.Get().blocking_pool;
|
| + return g_globals.Get().blocking_pool.get();
|
| }
|
|
|
| // static
|
|
|