| Index: ui/app_list/views/search_box_view.cc
|
| diff --git a/ui/app_list/views/search_box_view.cc b/ui/app_list/views/search_box_view.cc
|
| index 6f7273c781db1dff6cefb64582dbbfa912e583ca..c4de208bdccd6813042439717ae41c568c37abc2 100644
|
| --- a/ui/app_list/views/search_box_view.cc
|
| +++ b/ui/app_list/views/search_box_view.cc
|
| @@ -49,11 +49,11 @@ const SkColor kBackgroundBorderBottomColor = SkColorSetRGB(0xCC, 0xCC, 0xCC);
|
| class ExperimentalSearchBoxBackground : public views::Background {
|
| public:
|
| ExperimentalSearchBoxBackground() {}
|
| - virtual ~ExperimentalSearchBoxBackground() {}
|
| + ~ExperimentalSearchBoxBackground() override {}
|
|
|
| private:
|
| // views::Background overrides:
|
| - virtual void Paint(gfx::Canvas* canvas, views::View* view) const override {
|
| + void Paint(gfx::Canvas* canvas, views::View* view) const override {
|
| gfx::Rect bounds = view->GetContentsBounds();
|
|
|
| SkPaint paint;
|
|
|