| Index: components/policy/core/browser/url_blacklist_manager.cc
|
| diff --git a/components/policy/core/browser/url_blacklist_manager.cc b/components/policy/core/browser/url_blacklist_manager.cc
|
| index 8e45c09c0f0702f0fce7c8159bb05d824611e740..8ec9170340eb1ae780bc40e8f36f09e0bc617649 100644
|
| --- a/components/policy/core/browser/url_blacklist_manager.cc
|
| +++ b/components/policy/core/browser/url_blacklist_manager.cc
|
| @@ -469,7 +469,7 @@ void URLBlacklistManager::UpdateOnIO(scoped_ptr<base::ListValue> block,
|
| // The URLBlacklist is built on a worker thread. Once it's ready, it is passed
|
| // to the URLBlacklistManager on IO.
|
| base::PostTaskAndReplyWithResult(
|
| - background_task_runner_,
|
| + background_task_runner_.get(),
|
| FROM_HERE,
|
| base::Bind(&BuildBlacklist,
|
| base::Passed(&block),
|
|
|