| Index: base/thread_task_runner_handle.h
|
| diff --git a/base/thread_task_runner_handle.h b/base/thread_task_runner_handle.h
|
| index 197669ed88b8485ff35c0d4e14fd16cf007547fd..2a6282bfd5940339713b34d49a28452780ad5be6 100644
|
| --- a/base/thread_task_runner_handle.h
|
| +++ b/base/thread_task_runner_handle.h
|
| @@ -29,7 +29,7 @@ class BASE_EXPORT ThreadTaskRunnerHandle {
|
| // Binds |task_runner| to the current thread. |task_runner| must belong
|
| // to the current thread for this to succeed.
|
| explicit ThreadTaskRunnerHandle(
|
| - const scoped_refptr<SingleThreadTaskRunner>& task_runner);
|
| + scoped_refptr<SingleThreadTaskRunner> task_runner);
|
| ~ThreadTaskRunnerHandle();
|
|
|
| private:
|
|
|