| Index: ui/views/controls/focusable_border.h
|
| diff --git a/ui/views/controls/focusable_border.h b/ui/views/controls/focusable_border.h
|
| index bad888e8afb05f0d37a812f3063f6b56f1655e8e..b8f9aa7d17654c3f8d410a9c8b9d1759a91401f8 100644
|
| --- a/ui/views/controls/focusable_border.h
|
| +++ b/ui/views/controls/focusable_border.h
|
| @@ -21,6 +21,7 @@ namespace views {
|
| class VIEWS_EXPORT FocusableBorder : public Border {
|
| public:
|
| FocusableBorder();
|
| + virtual ~FocusableBorder();
|
|
|
| // Sets the insets of the border.
|
| void SetInsets(int top, int left, int bottom, int right);
|
|
|