| Index: chrome/browser/chromeos/device/input_service_proxy.cc
|
| diff --git a/chrome/browser/chromeos/device/input_service_proxy.cc b/chrome/browser/chromeos/device/input_service_proxy.cc
|
| index 7172f4a927fa69166ba1e669e24b8e0e63c43de2..3499cd5d3852959fb5dc7b0c1cdd777234ec84de 100644
|
| --- a/chrome/browser/chromeos/device/input_service_proxy.cc
|
| +++ b/chrome/browser/chromeos/device/input_service_proxy.cc
|
| @@ -87,8 +87,7 @@ class InputServiceProxy::ServiceObserver : public InputServiceLinux::Observer {
|
|
|
| InputServiceProxy::InputServiceProxy()
|
| : service_observer_(new ServiceObserver()),
|
| - task_runner_(BrowserThread::GetMessageLoopProxyForThread(
|
| - thread_identifier_)),
|
| + task_runner_(BrowserThread::GetTaskRunnerForThread(thread_identifier_)),
|
| weak_factory_(this) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| task_runner_->PostTask(
|
|
|