| Index: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| index 54e8f659ab0d2605af0a94bf91546b8de04a9e2c..0ffb763459fc361cfb0b08a9e724ffd42e496a74 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| @@ -407,7 +407,7 @@ class TabRendererGtk : public ui::AnimationDelegate,
|
| bool showing_close_button_;
|
|
|
| // The offset used to animate the favicon location.
|
| - int fav_icon_hiding_offset_;
|
| + int favicon_hiding_offset_;
|
|
|
| // The animation object used to swap the favicon with the sad tab icon.
|
| scoped_ptr<FavIconCrashAnimation> crash_animation_;
|
|
|