| Index: chrome/browser/ui/gtk/custom_button.cc
 | 
| diff --git a/chrome/browser/ui/gtk/custom_button.cc b/chrome/browser/ui/gtk/custom_button.cc
 | 
| index e4de176609e45e5ff1ab8da40071f7de1fb32bb5..2a8140b932bf932bfbaabcd9a19dc0fd8520082a 100644
 | 
| --- a/chrome/browser/ui/gtk/custom_button.cc
 | 
| +++ b/chrome/browser/ui/gtk/custom_button.cc
 | 
| @@ -208,7 +208,7 @@ void CustomDrawHoverController::Init(GtkWidget* widget) {
 | 
|  }
 | 
|  
 | 
|  void CustomDrawHoverController::AnimationProgressed(
 | 
| -    const ui::Animation* animation) {
 | 
| +    const gfx::Animation* animation) {
 | 
|    gtk_widget_queue_draw(widget_);
 | 
|  }
 | 
|  
 | 
| 
 |