Index: ui/gfx/color_analysis.h |
diff --git a/ui/gfx/color_analysis.h b/ui/gfx/color_analysis.h |
index dd273bc11e4299770eaff08836e97ba5130713f6..b3bd4d2cacad3a944eed4878a395d9735f841ddd 100644 |
--- a/ui/gfx/color_analysis.h |
+++ b/ui/gfx/color_analysis.h |
@@ -42,7 +42,7 @@ class GFX_EXPORT GridSampler : public KMeanImageSampler { |
GridSampler(); |
virtual ~GridSampler(); |
- virtual int GetSample(int width, int height) OVERRIDE; |
+ virtual int GetSample(int width, int height) override; |
private: |
// The number of times GetSample has been called. |