| Index: ash/system/tray/tray_empty.cc | 
| diff --git a/ash/system/tray/tray_empty.cc b/ash/system/tray/tray_empty.cc | 
| index bd2b7a18234ff4c715877b8ef09f4b09d0aebc17..04ca207a9fafb9140de03815c15ca36628e31f2b 100644 | 
| --- a/ash/system/tray/tray_empty.cc | 
| +++ b/ash/system/tray/tray_empty.cc | 
| @@ -17,7 +17,7 @@ class EmptyBackground : public views::Background { | 
| virtual ~EmptyBackground() {} | 
|  | 
| private: | 
| -  virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE { | 
| +  virtual void Paint(gfx::Canvas* canvas, views::View* view) const override { | 
| } | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(EmptyBackground); | 
|  |