| 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..9b0b49dfb20636a55da637d400096a08d261a394 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,
|
| + scoped_refptr<base::TaskRunner> input_service_task_runner,
|
| OnConnectedCallback callback);
|
| ~SharkConnectionListener() override;
|
|
|
|
|