| Index: chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm b/chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm
|
| index 51f05a15807b558ef782f1046bab1cb354d29c62..835007b6139b2f253cd3b78bb221549f0f8f1d4b 100644
|
| --- a/chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm
|
| @@ -72,8 +72,8 @@ const float kRightEdgeOffset = 25;
|
| }
|
|
|
| - (void)dealloc {
|
| - // All animations should be explicitly stopped by the TabContents before a tab
|
| - // is closed.
|
| + // All animations should be explicitly stopped by the TabContentsWrapper
|
| + // before a tab is closed.
|
| DCHECK(!showHideAnimation_.get());
|
| DCHECK(!moveAnimation_.get());
|
| [[NSNotificationCenter defaultCenter] removeObserver:self];
|
|
|