| Index: components/nacl/browser/nacl_process_host.cc
|
| diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
|
| index 863c4b82d5adf016082c97e857d1e27ec7e9e659..35c061596fa4837b8f35e1bcf7c56771f516dff5 100644
|
| --- a/components/nacl/browser/nacl_process_host.cc
|
| +++ b/components/nacl/browser/nacl_process_host.cc
|
| @@ -1336,7 +1336,7 @@ bool NaClProcessHost::AttachDebugExceptionHandler(const std::string& info,
|
| info);
|
| } else {
|
| NaClStartDebugExceptionHandlerThread(
|
| - process.Pass(), info, base::ThreadTaskRunnerHandle::Get(),
|
| + std::move(process), info, base::ThreadTaskRunnerHandle::Get(),
|
| base::Bind(&NaClProcessHost::OnDebugExceptionHandlerLaunchedByBroker,
|
| weak_factory_.GetWeakPtr()));
|
| return true;
|
|
|