Index: chromeos/dbus/fake_cros_disks_client.cc |
diff --git a/chromeos/dbus/fake_cros_disks_client.cc b/chromeos/dbus/fake_cros_disks_client.cc |
index 344a98e5fb9a139c16a824e45600e475e9a84adc..6c46da63c386cec582986a6558159b4433b27c6f 100644 |
--- a/chromeos/dbus/fake_cros_disks_client.cc |
+++ b/chromeos/dbus/fake_cros_disks_client.cc |
@@ -104,7 +104,8 @@ bool FakeCrosDisksClient::SendMountCompletedEvent( |
const std::string& mount_path) { |
if (mount_completed_handler_.is_null()) |
return false; |
- mount_completed_handler_.Run(error_code, source_path, mount_type, mount_path); |
+ mount_completed_handler_.Run( |
+ MountEntry(error_code, source_path, mount_type, mount_path)); |
return true; |
} |