Chromium Code Reviews| Index: components/pairing/shark_connection_listener.h |
| diff --git a/components/pairing/shark_connection_listener.h b/components/pairing/shark_connection_listener.h |
| index e940fe05afcaf165404aca98646b6b4b3507365d..5fe758fdb4822592f0facf76a42dfa94f630783d 100644 |
| --- a/components/pairing/shark_connection_listener.h |
| +++ b/components/pairing/shark_connection_listener.h |
| @@ -13,7 +13,7 @@ |
| #include "components/pairing/host_pairing_controller.h" |
| namespace base { |
| -class SingleThreadTaskRunner; |
| +class TaskRunner; |
| } |
| namespace pairing_chromeos { |
| @@ -29,7 +29,7 @@ class SharkConnectionListener : public HostPairingController::Observer { |
| base::Callback<void(std::unique_ptr<HostPairingController>)>; |
| SharkConnectionListener( |
| - const scoped_refptr<base::SingleThreadTaskRunner>& file_task_runner, |
| + const scoped_refptr<base::TaskRunner>& input_service_task_runner, |
|
fdoray
2017/06/20 12:42:39
Pass by value instead of by const reference and st
xiyuan
2017/06/20 15:26:55
Done.
|
| OnConnectedCallback callback); |
| ~SharkConnectionListener() override; |