| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index b7aa75e4f8fb60c830c520f87e932987936424c7..a7ca4915ebc40f0b7ed5460b796cfbbdc1f56f1f 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -724,7 +724,7 @@ void ChildThreadImpl::EnsureConnected() {
|
| }
|
|
|
| bool ChildThreadImpl::IsInBrowserProcess() const {
|
| - return browser_process_io_runner_;
|
| + return static_cast<bool>(browser_process_io_runner_);
|
| }
|
|
|
| } // namespace content
|
|
|