| Index: ash/common/system/chromeos/audio/volume_view.h
|
| diff --git a/ash/common/system/chromeos/audio/volume_view.h b/ash/common/system/chromeos/audio/volume_view.h
|
| index e5dfdd6d7db50506e677ddae1a49f4e8a46086d9..1fe28fcff6b76dc7d743035764e17c93fdf4ebe1 100644
|
| --- a/ash/common/system/chromeos/audio/volume_view.h
|
| +++ b/ash/common/system/chromeos/audio/volume_view.h
|
| @@ -46,8 +46,8 @@ class VolumeView : public views::View,
|
| private:
|
| // Updates device_type_ icon and more_ button.
|
| void UpdateDeviceTypeAndMore();
|
| - void HandleVolumeUp(float percent);
|
| - void HandleVolumeDown(float percent);
|
| + void HandleVolumeUp(int percent);
|
| + void HandleVolumeDown(int percent);
|
|
|
| // SliderListener:
|
| void SliderValueChanged(views::Slider* sender,
|
|
|