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 3120446a9289250d3a5d0ec18027c2f9de953cd0..552e9c10caf93da81c242ed4acca04607a1568fa 100644 |
--- a/ui/app_list/views/cached_label.h |
+++ b/ui/app_list/views/cached_label.h |
@@ -32,7 +32,7 @@ class CachedLabel : public views::Label { |
#endif |
// Overridden from ui::LayerDelegate: |
- virtual void OnDeviceScaleFactorChanged(float device_scale_factor) override; |
+ void OnDeviceScaleFactorChanged(float device_scale_factor) override; |
private: |
bool needs_repaint_; |