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

Unified Diff: tools/battor_agent/battor_connection_impl_unittest.cc

Issue 2914173002: Removing file_thread_task_runner parameter from SerialIoHandler (Closed)
Patch Set: removed unused variable 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
« no previous file with comments | « tools/battor_agent/battor_connection_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/battor_connection_impl_unittest.cc
diff --git a/tools/battor_agent/battor_connection_impl_unittest.cc b/tools/battor_agent/battor_connection_impl_unittest.cc
index d77ff7d957d99ffbeb384f00f966b94605bf7a82..99561b5c379b432b84a27589f0a4506df60013a5 100644
--- a/tools/battor_agent/battor_connection_impl_unittest.cc
+++ b/tools/battor_agent/battor_connection_impl_unittest.cc
@@ -28,7 +28,7 @@ namespace battor {
class TestableBattOrConnection : public BattOrConnectionImpl {
public:
TestableBattOrConnection(BattOrConnection::Listener* listener)
- : BattOrConnectionImpl("/dev/test", listener, nullptr, nullptr) {}
+ : BattOrConnectionImpl("/dev/test", listener, nullptr) {}
scoped_refptr<device::SerialIoHandler> CreateIoHandler() override {
return device::TestSerialIoHandler::Create();
}
« no previous file with comments | « tools/battor_agent/battor_connection_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698