| Index: chrome/browser/views/bookmark_bar_view.h
|
| diff --git a/chrome/browser/views/bookmark_bar_view.h b/chrome/browser/views/bookmark_bar_view.h
|
| index 6eb975c61670e2313c0ca1e24db7b83098a3e82d..b23641b3abd206ee742e3a769782394a2e0ae807 100644
|
| --- a/chrome/browser/views/bookmark_bar_view.h
|
| +++ b/chrome/browser/views/bookmark_bar_view.h
|
| @@ -157,7 +157,7 @@ class BookmarkBarView : public DetachableToolbarView,
|
| int GetToolbarOverlap(bool return_max);
|
|
|
| // Whether or not we are animating.
|
| - bool IsAnimating() { return size_animation_->IsAnimating(); }
|
| + bool is_animating() { return size_animation_->is_animating(); }
|
|
|
| // SlideAnimationDelegate implementation.
|
| void AnimationProgressed(const Animation* animation);
|
|
|