| Index: chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h b/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h
|
| index ea3cf815be0fbc4d04df6b2060bc95dd3141d5b0..fc1f4145ed60b99618c6f8345f4b6a2e1328a2bd 100644
|
| --- a/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h
|
| @@ -33,7 +33,7 @@ class PanelCocoa;
|
| std::unique_ptr<PanelCocoa> windowShim_;
|
| base::scoped_nsobject<NSString> pendingWindowTitle_;
|
| NSViewAnimation* boundsAnimation_; // Lifetime controlled manually, needs
|
| - // more then just |release| to terminate.
|
| + // more than just |release| to terminate.
|
| BOOL animateOnBoundsChange_;
|
| BOOL throbberShouldSpin_;
|
| BOOL playingMinimizeAnimation_;
|
|
|