diff options
Diffstat (limited to 'chromeos/dbus/fake_bluetooth_device_client.cc')
-rw-r--r-- | chromeos/dbus/fake_bluetooth_device_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/fake_bluetooth_device_client.cc b/chromeos/dbus/fake_bluetooth_device_client.cc index 46d4ae3..54d39d5 100644 --- a/chromeos/dbus/fake_bluetooth_device_client.cc +++ b/chromeos/dbus/fake_bluetooth_device_client.cc @@ -805,7 +805,7 @@ void FakeBluetoothDeviceClient::ConfirmationCallback( } void FakeBluetoothDeviceClient::SimulateKeypress( - int16 entered, + uint16 entered, const dbus::ObjectPath& object_path, const base::Closure& callback, const ErrorCallback& error_callback) { |