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

Unified Diff: chromeos/dbus/fake_debug_daemon_client.h

Issue 270853002: Use base::File for DebugDaemonClient::GetDebugLogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
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 6455d20729652fde0dc9364d0b0006367bccbb9c..a02468d296831ed260524ae7af875cc11bfd1f21 100644
--- a/chromeos/dbus/fake_debug_daemon_client.h
+++ b/chromeos/dbus/fake_debug_daemon_client.h
@@ -19,7 +19,7 @@ class FakeDebugDaemonClient : public DebugDaemonClient {
virtual ~FakeDebugDaemonClient();
virtual void Init(dbus::Bus* bus) OVERRIDE;
- virtual void GetDebugLogs(base::PlatformFile file,
+ virtual void GetDebugLogs(base::File file,
const GetDebugLogsCallback& callback) OVERRIDE;
virtual void SetDebugMode(const std::string& subsystem,
const SetDebugModeCallback& callback) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698