| Index: ash/shell/lock_view.cc
|
| diff --git a/ash/shell/lock_view.cc b/ash/shell/lock_view.cc
|
| index aee013328aae4c0ee7ca9ca22daeea3f67f5bf50..7a95ea4393db76daf13cce6baa362a1b3caedcc5 100644
|
| --- a/ash/shell/lock_view.cc
|
| +++ b/ash/shell/lock_view.cc
|
| @@ -28,7 +28,7 @@ class LockView : public views::WidgetDelegateView,
|
| : unlock_button_(new views::LabelButton(this, ASCIIToUTF16("Unlock"))) {
|
| unlock_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
|
| AddChildView(unlock_button_);
|
| - unlock_button_->set_focusable(true);
|
| + unlock_button_->SetFocusable(true);
|
| }
|
| virtual ~LockView() {}
|
|
|
|
|