Index: chromeos/dbus/mock_debug_daemon_client.h |
diff --git a/chromeos/dbus/mock_debug_daemon_client.h b/chromeos/dbus/mock_debug_daemon_client.h |
index 002efb4f5d8fc44744f9354270b7f777eb5413a8..fe8d93359d31f0dde7bc48eb5f6fcec84bbd6274 100644 |
--- a/chromeos/dbus/mock_debug_daemon_client.h |
+++ b/chromeos/dbus/mock_debug_daemon_client.h |
@@ -27,6 +27,7 @@ class MockDebugDaemonClient : public DebugDaemonClient { |
MOCK_METHOD1(RequestStopSystemTracing, |
bool(const StopSystemTracingCallback&)); |
MOCK_METHOD0(StartSystemTracing, void()); |
+ MOCK_METHOD2(TestICMP, void(const std::string&, const TestICMPCallback&)); |
}; |
} // namespace chromeos |