Chromium Code Reviews| Index: ash/accelerators/accelerator_controller_unittest.cc |
| diff --git a/ash/accelerators/accelerator_controller_unittest.cc b/ash/accelerators/accelerator_controller_unittest.cc |
| index 502aafce009bf0e9ca5f288380e25b77fd33f406..9cf2634f40bcaf7f62c6093f8c3219dd35533e9e 100644 |
| --- a/ash/accelerators/accelerator_controller_unittest.cc |
| +++ b/ash/accelerators/accelerator_controller_unittest.cc |
| @@ -126,7 +126,7 @@ class DummyVolumeControlDelegate : public VolumeControlDelegate { |
| : consume_(consume), |
| handle_volume_mute_count_(0), |
| handle_volume_down_count_(0), |
| - handle_volume_up_count_(0) { |
|
sky
2012/05/18 19:49:31
nit: leave the space here.
Mr4D (OOO till 08-26)
2012/05/18 20:30:04
Done.
|
| + handle_volume_up_count_(0){ |
| } |
| virtual ~DummyVolumeControlDelegate() {} |
| @@ -145,6 +145,8 @@ class DummyVolumeControlDelegate : public VolumeControlDelegate { |
| last_accelerator_ = accelerator; |
| return consume_; |
| } |
| + virtual void SetVolumePercent(double percent) OVERRIDE { |
| + } |
| int handle_volume_mute_count() const { |
| return handle_volume_mute_count_; |