| Index: ui/message_center/views/bounded_label_unittest.cc
|
| diff --git a/ui/message_center/views/bounded_label_unittest.cc b/ui/message_center/views/bounded_label_unittest.cc
|
| index 90452e2e1e312cb9ffff0f2e3255b8fecd31007b..74c4c7769b833b7f20d5f2460a9d1c413f06400b 100644
|
| --- a/ui/message_center/views/bounded_label_unittest.cc
|
| +++ b/ui/message_center/views/bounded_label_unittest.cc
|
| @@ -29,7 +29,7 @@ class BoundedLabelTest : public testing::Test {
|
| font_list_);
|
| }
|
|
|
| - virtual ~BoundedLabelTest() {}
|
| + ~BoundedLabelTest() override {}
|
|
|
| // Replaces all occurences of three periods ("...") in the specified string
|
| // with an ellipses character (UTF8 "\xE2\x80\xA6") and returns a string16
|
|
|