| Index: ui/app_list/views/cached_label.h
|
| diff --git a/ui/app_list/views/cached_label.h b/ui/app_list/views/cached_label.h
|
| index 552e9c10caf93da81c242ed4acca04607a1568fa..15d5917e85ae27b3fd1fee4048c0468b06006d82 100644
|
| --- a/ui/app_list/views/cached_label.h
|
| +++ b/ui/app_list/views/cached_label.h
|
| @@ -28,7 +28,7 @@ class CachedLabel : public views::Label {
|
|
|
| #if defined(OS_WIN)
|
| // Overridden from views::View:
|
| - virtual void OnPaint(gfx::Canvas* canvas) override;
|
| + void OnPaint(gfx::Canvas* canvas) override;
|
| #endif
|
|
|
| // Overridden from ui::LayerDelegate:
|
|
|