| Index: ash/system/chromeos/audio/tray_audio.cc
|
| diff --git a/ash/system/chromeos/audio/tray_audio.cc b/ash/system/chromeos/audio/tray_audio.cc
|
| index 5922f004bae7e123acd22b957a65ed5df1ecb5fb..89b1a685df8210b7f4b31a6347b2e4a2172d46f2 100644
|
| --- a/ash/system/chromeos/audio/tray_audio.cc
|
| +++ b/ash/system/chromeos/audio/tray_audio.cc
|
| @@ -205,7 +205,7 @@ class VolumeView : public ActionableView,
|
| device_type_(NULL),
|
| more_(NULL),
|
| is_default_view_(is_default_view) {
|
| - set_focusable(false);
|
| + SetFocusable(false);
|
| SetLayoutManager(new views::BoxLayout(views::BoxLayout::kHorizontal,
|
| kTrayPopupPaddingHorizontal, 0, kTrayPopupPaddingBetweenItems));
|
|
|
|
|