Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: components/pairing/shark_connection_listener.h

Issue 2937253003: cros: Replace BrowserThread::FILE in InputServiceProxy (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698