| Index: chrome/browser/views/options/options_group_view.h
|
| diff --git a/chrome/browser/views/options/options_group_view.h b/chrome/browser/views/options/options_group_view.h
|
| index b79a36e66af358f5882972faadfdcb6443167b33..69b4efafa211c0e96922f4574b25e403c2ff7fc3 100644
|
| --- a/chrome/browser/views/options/options_group_view.h
|
| +++ b/chrome/browser/views/options/options_group_view.h
|
| @@ -25,7 +25,7 @@ class OptionsGroupView : public views::View {
|
| const std::wstring& title,
|
| const std::wstring& description,
|
| bool show_separator);
|
| - virtual ~OptionsGroupView();
|
| + virtual ~OptionsGroupView() {}
|
|
|
| // Sets the group as being highlighted to attract attention.
|
| void SetHighlighted(bool highlighted);
|
|
|