| Index: chrome/browser/ui/views/tabs/base_tab.h
|
| diff --git a/chrome/browser/ui/views/tabs/base_tab.h b/chrome/browser/ui/views/tabs/base_tab.h
|
| index 5d5b691fc5af3af21e7c0e8669f00f611c2cbb4e..10efd1fa246aa863b0338f992323804e2c840707 100644
|
| --- a/chrome/browser/ui/views/tabs/base_tab.h
|
| +++ b/chrome/browser/ui/views/tabs/base_tab.h
|
| @@ -139,7 +139,7 @@ class BaseTab : public ui::AnimationDelegate,
|
|
|
| virtual int loading_animation_frame() const;
|
| virtual bool should_display_crashed_favicon() const;
|
| - virtual int fav_icon_hiding_offset() const;
|
| + virtual int favicon_hiding_offset() const;
|
|
|
| static gfx::Font* font() { return font_; }
|
| static int font_height() { return font_height_; }
|
| @@ -181,7 +181,7 @@ class BaseTab : public ui::AnimationDelegate,
|
|
|
| // The offset used to animate the favicon location. This is used when the tab
|
| // crashes.
|
| - int fav_icon_hiding_offset_;
|
| + int favicon_hiding_offset_;
|
|
|
| // The current index of the loading animation.
|
| int loading_animation_frame_;
|
|
|