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 80ce305ed9c67a6d405b4fc21da9ad0cb513602b..65a465ccc94f6859727cf8bd1243066f5274aabe 100644 |
--- a/chrome/test/chromedriver/chrome/adb_impl.h |
+++ b/chrome/test/chromedriver/chrome/adb_impl.h |
@@ -16,14 +16,13 @@ namespace base { |
class SingleThreadTaskRunner; |
} |
-class Log; |
class Status; |
class AdbImpl : public Adb { |
public: |
explicit AdbImpl( |
const scoped_refptr<base::SingleThreadTaskRunner>& io_message_loop_proxy, |
- Log* log, int port); |
+ int port); |
virtual ~AdbImpl(); |
// Overridden from Adb: |
@@ -60,7 +59,6 @@ class AdbImpl : public Adb { |
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; |
- Log* log_; |
int port_; |
}; |