| Index: chrome/browser/cocoa/bookmark_bar_controller.h
|
| diff --git a/chrome/browser/cocoa/bookmark_bar_controller.h b/chrome/browser/cocoa/bookmark_bar_controller.h
|
| index 48e19b3eb9ab117281518b1d32cefc6ca2116fac..048333db3aeca8a786f2803a13943869392d815b 100644
|
| --- a/chrome/browser/cocoa/bookmark_bar_controller.h
|
| +++ b/chrome/browser/cocoa/bookmark_bar_controller.h
|
| @@ -128,7 +128,8 @@ willAnimateFromState:(bookmarks::VisualState)oldState
|
| BookmarkBarToolbarViewController,
|
| BookmarkButtonDelegate,
|
| BookmarkButtonControllerProtocol,
|
| - CrApplicationEventHookProtocol> {
|
| + CrApplicationEventHookProtocol,
|
| + NSUserInterfaceValidations> {
|
| @private
|
| // The visual state of the bookmark bar. If an animation is running, this is
|
| // set to the "destination" and |lastVisualState_| is set to the "original"
|
|
|