| 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 900e698f1192014aabac35dcfd5c0c56f9187a22..c3159a0319c5c7a79508c8b73d76f3aebbcc772c 100644
|
| --- a/ui/app_list/views/app_list_background.h
|
| +++ b/ui/app_list/views/app_list_background.h
|
| @@ -26,7 +26,7 @@ class AppListBackground : public views::Background {
|
|
|
| private:
|
| // views::Background overrides:
|
| - virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE;
|
| + virtual void Paint(gfx::Canvas* canvas, views::View* view) const override;
|
|
|
| const int corner_radius_;
|
| const AppListMainView* main_view_; // Owned by views hierarchy.
|
|
|