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 a02468d296831ed260524ae7af875cc11bfd1f21..74d933f720fb9df260a54c7ce1e7e95b249b5696 100644 |
--- a/chromeos/dbus/fake_debug_daemon_client.h |
+++ b/chromeos/dbus/fake_debug_daemon_client.h |
@@ -13,14 +13,15 @@ namespace chromeos { |
// The DebugDaemonClient implementation used on Linux desktop, |
// which does nothing. |
-class FakeDebugDaemonClient : public DebugDaemonClient { |
+class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient { |
public: |
FakeDebugDaemonClient(); |
virtual ~FakeDebugDaemonClient(); |
virtual void Init(dbus::Bus* bus) OVERRIDE; |
- virtual void GetDebugLogs(base::File file, |
- const GetDebugLogsCallback& callback) OVERRIDE; |
+ virtual void DumpDebugLogs(bool is_compressed, |
+ base::File file, |
+ const GetDebugLogsCallback& callback) OVERRIDE; |
virtual void SetDebugMode(const std::string& subsystem, |
const SetDebugModeCallback& callback) OVERRIDE; |
virtual void StartSystemTracing() OVERRIDE; |