Index: chrome/test/chromedriver/chrome/adb_impl.h |
diff --git a/chrome/test/chromedriver/chrome/adb_impl.h b/chrome/test/chromedriver/chrome/adb_impl.h |
index 895bd7890436d1b84f06cd1ecfb7289ad4b3b6e8..5f82dd309328fb66247f14f82bf43410f98f2429 100644 |
--- a/chrome/test/chromedriver/chrome/adb_impl.h |
+++ b/chrome/test/chromedriver/chrome/adb_impl.h |
@@ -21,7 +21,7 @@ class Status; |
class AdbImpl : public Adb { |
public: |
explicit AdbImpl( |
- const scoped_refptr<base::SingleThreadTaskRunner>& io_message_loop_proxy, |
+ const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner, |
int port); |
~AdbImpl() override; |