| Index: ui/app_list/views/app_list_background.h
|
| diff --git a/ui/app_list/views/app_list_background.h b/ui/app_list/views/app_list_background.h
|
| index c3159a0319c5c7a79508c8b73d76f3aebbcc772c..2d605a79717caa3531a457e45ccdb973a0717d93 100644
|
| --- a/ui/app_list/views/app_list_background.h
|
| +++ b/ui/app_list/views/app_list_background.h
|
| @@ -22,11 +22,11 @@ class AppListBackground : public views::Background {
|
| public:
|
| AppListBackground(int corner_radius,
|
| AppListMainView* main_view);
|
| - virtual ~AppListBackground();
|
| + ~AppListBackground() 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;
|
|
|
| const int corner_radius_;
|
| const AppListMainView* main_view_; // Owned by views hierarchy.
|
|
|