| Index: tools/battor_agent/battor_connection_impl.h
|
| diff --git a/tools/battor_agent/battor_connection_impl.h b/tools/battor_agent/battor_connection_impl.h
|
| index 3b32e2a2b781138cf09b2bfe2e2d57cae5ad85c0..78ae11ea70e8ecfeae6a390cf4a781b30d1492bf 100644
|
| --- a/tools/battor_agent/battor_connection_impl.h
|
| +++ b/tools/battor_agent/battor_connection_impl.h
|
| @@ -35,7 +35,6 @@ class BattOrConnectionImpl
|
| BattOrConnectionImpl(
|
| const std::string& path,
|
| BattOrConnection::Listener* listener,
|
| - scoped_refptr<base::SingleThreadTaskRunner> file_thread_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> ui_thread_task_runner);
|
| ~BattOrConnectionImpl() override;
|
|
|
| @@ -105,7 +104,6 @@ class BattOrConnectionImpl
|
| size_t pending_write_length_;
|
|
|
| // Threads needed for serial communication.
|
| - scoped_refptr<base::SingleThreadTaskRunner> file_thread_task_runner_;
|
| scoped_refptr<base::SingleThreadTaskRunner> ui_thread_task_runner_;
|
|
|
| std::fstream serial_log_;
|
|
|