| Index: ui/views/corewm/tooltip_controller_test_helper.h
|
| diff --git a/ui/views/corewm/tooltip_controller_test_helper.h b/ui/views/corewm/tooltip_controller_test_helper.h
|
| index 4451ff35fec495dc0eebf69941ec3eab21af4a36..310a00c89f75696c024821e6d7054609baaf22cc 100644
|
| --- a/ui/views/corewm/tooltip_controller_test_helper.h
|
| +++ b/ui/views/corewm/tooltip_controller_test_helper.h
|
| @@ -57,7 +57,7 @@ class TooltipTestView : public views::View {
|
|
|
| // Overridden from views::View
|
| virtual bool GetTooltipText(const gfx::Point& p,
|
| - base::string16* tooltip) const OVERRIDE;
|
| + base::string16* tooltip) const override;
|
|
|
| private:
|
| base::string16 tooltip_text_;
|
|
|