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