Index: chromeos/dbus/fake_debug_daemon_client.h |
diff --git a/chromeos/dbus/fake_debug_daemon_client.h b/chromeos/dbus/fake_debug_daemon_client.h |
index ef9717cfb5e0149c8faecf3cc54cc9e74f8a6803..a87442228a67abbb9ec9a7fe565235b9c222d52f 100644 |
--- a/chromeos/dbus/fake_debug_daemon_client.h |
+++ b/chromeos/dbus/fake_debug_daemon_client.h |
@@ -54,6 +54,8 @@ class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient { |
void GetScrubbedLogs(const GetLogsCallback& callback) override; |
void GetScrubbedBigLogs(const GetLogsCallback& callback) override; |
void GetAllLogs(const GetLogsCallback& callback) override; |
+ void GetLog(const std::string& log_name, |
+ const GetLogCallback& callback) override; |
void GetUserLogFiles(const GetLogsCallback& callback) override; |
void TestICMP(const std::string& ip_address, |
const TestICMPCallback& callback) override; |