| Index: remoting/host/daemon_process.cc
|
| diff --git a/remoting/host/daemon_process.cc b/remoting/host/daemon_process.cc
|
| index 50c1b454e39d5f6f9490f97f6e5f685aaf72cacf..faf5e60a5fa59bcc524658f4c6e8eb7ada5b7cad 100644
|
| --- a/remoting/host/daemon_process.cc
|
| +++ b/remoting/host/daemon_process.cc
|
| @@ -167,7 +167,7 @@ DaemonProcess::DaemonProcess(
|
| caller_task_runner_(caller_task_runner),
|
| io_task_runner_(io_task_runner),
|
| next_terminal_id_(0),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| DCHECK(caller_task_runner->BelongsToCurrentThread());
|
| }
|
|
|
|
|