| Index: chrome/browser/service/service_process_control.cc
|
| diff --git a/chrome/browser/service/service_process_control.cc b/chrome/browser/service/service_process_control.cc
|
| index 70b01574d587a8997ae18e1e46a7f3553a87216b..2b042114c5afa7b1c6c1893d611958578dec030e 100644
|
| --- a/chrome/browser/service/service_process_control.cc
|
| +++ b/chrome/browser/service/service_process_control.cc
|
| @@ -100,7 +100,7 @@ void ServiceProcessControl::Launch(const base::Closure& success_task,
|
| connect_failure_tasks_.push_back(failure);
|
|
|
| // If we already in the process of launching, then we are done.
|
| - if (launcher_)
|
| + if (launcher_.get())
|
| return;
|
|
|
| // If the service process is already running then connects to it.
|
|
|