| Index: chrome/browser/ui/cocoa/browser_window_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| index ef18ebb0dde024933e8a1a7c37d113da82b197a2..b9cfed7e6d69d7acf1d023a6e7a924452e06adfd 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.mm
|
| @@ -1343,7 +1343,7 @@
|
| NSView *contentView = [[self window] contentView];
|
| [contentView addSubview:[findBarCocoaController_ view]
|
| positioned:NSWindowAbove
|
| - relativeTo:[toolbarController_ view]];
|
| + relativeTo:[infoBarContainerController_ view]];
|
|
|
| // Place the find bar immediately below the toolbar/attached bookmark bar. In
|
| // fullscreen mode, it hangs off the top of the screen when the bar is hidden.
|
|
|