| Index: chrome/browser/views/browser_actions_container.h
|
| diff --git a/chrome/browser/views/browser_actions_container.h b/chrome/browser/views/browser_actions_container.h
|
| index ac263ef6f34f392a6da543d796a64154cde4e86e..a4334f39519d317c5e659cf75a95c0726f600152 100644
|
| --- a/chrome/browser/views/browser_actions_container.h
|
| +++ b/chrome/browser/views/browser_actions_container.h
|
| @@ -428,7 +428,7 @@ class BrowserActionsContainer
|
|
|
| // Animate to the target value (unless testing, in which case we go straight
|
| // to the target size).
|
| - void Animate(SlideAnimation::TweenType tween_type, int target_size);
|
| + void Animate(Tween::Type type, int target_size);
|
|
|
| // Returns true if this extension should be shown in this toolbar. This can
|
| // return false if we are in an incognito window and the extension is disabled
|
|
|