| Index: chromeos/dbus/debug_daemon_client.h
|
| diff --git a/chromeos/dbus/debug_daemon_client.h b/chromeos/dbus/debug_daemon_client.h
|
| index fd1da9d8f30099c57b1386fb70be306334df1ccc..d1ed8b8835c1e81e2740093659499490f1728e2b 100644
|
| --- a/chromeos/dbus/debug_daemon_client.h
|
| +++ b/chromeos/dbus/debug_daemon_client.h
|
| @@ -6,8 +6,8 @@
|
| #define CHROMEOS_DBUS_DEBUG_DAEMON_CLIENT_H_
|
|
|
| #include "base/callback.h"
|
| +#include "base/files/file.h"
|
| #include "base/memory/ref_counted_memory.h"
|
| -#include "base/platform_file.h"
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/dbus/dbus_client.h"
|
|
|
| @@ -30,7 +30,7 @@ class CHROMEOS_EXPORT DebugDaemonClient : public DBusClient {
|
|
|
| // Requests to store debug logs into |file| and calls |callback|
|
| // when completed. Debug logs will be stored in the .tgz format.
|
| - virtual void GetDebugLogs(base::PlatformFile file,
|
| + virtual void GetDebugLogs(base::File file,
|
| const GetDebugLogsCallback& callback) = 0;
|
|
|
| // Called once SetDebugMode() is complete. Takes one parameter:
|
|
|