| Index: ui/views/controls/separator.cc
|
| diff --git a/ui/views/controls/separator.cc b/ui/views/controls/separator.cc
|
| index f8ce47004f4f73dfa5adc1c0c3962086a4e0bd6c..bbac3ede9dec728df4e8a8769b5964befdea4155 100644
|
| --- a/ui/views/controls/separator.cc
|
| +++ b/ui/views/controls/separator.cc
|
| @@ -19,7 +19,7 @@ const int kSeparatorHeight = 1;
|
| const SkColor kDefaultColor = SkColorSetARGB(255, 233, 233, 233);
|
|
|
| Separator::Separator(Orientation orientation) : orientation_(orientation) {
|
| - set_focusable(false);
|
| + SetFocusable(false);
|
| }
|
|
|
| Separator::~Separator() {
|
|
|