| 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 3d77ed10f51af5f73b0a65553deaa55421de1347..7d26fc6b9e93b808b12a821072439cce938866f4 100644
|
| --- a/ash/system/chromeos/audio/tray_audio.cc
|
| +++ b/ash/system/chromeos/audio/tray_audio.cc
|
| @@ -206,7 +206,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));
|
|
|
|
|