| Index: chrome/browser/ui/views/toolbar/back_button.h | 
| diff --git a/chrome/browser/ui/views/toolbar/back_button.h b/chrome/browser/ui/views/toolbar/back_button.h | 
| index 4aa7a43a8db61f4b00343f9a0b5368c293381d46..acc4324e6707d41ac47ec6b3fce427ba765c199b 100644 | 
| --- a/chrome/browser/ui/views/toolbar/back_button.h | 
| +++ b/chrome/browser/ui/views/toolbar/back_button.h | 
| @@ -31,7 +31,7 @@ class BackButton : public ToolbarButton { | 
|  | 
| protected: | 
| // ToolbarButton: | 
| -  void LayoutInkDrop() override; | 
| +  gfx::Point CalculateInkDropCenter() const override; | 
|  | 
| private: | 
| // ToolbarButton: | 
|  |