| Index: chrome/browser/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h
|
| index ab4497701b5ffdbe662e5809b9b9810b0775abab..aabee26c0a07f311f74453f1020079b92df70a41 100644
|
| --- a/chrome/browser/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/cocoa/browser_window_controller.h
|
| @@ -49,7 +49,7 @@ class TabStripModelObserverBridge;
|
| BookmarkBarControllerDelegate,
|
| BrowserCommandExecutor,
|
| ViewResizer> {
|
| - @private
|
| + @public // FIXME
|
| // The ordering of these members is important as it determines the order in
|
| // which they are destroyed. |browser_| needs to be destroyed last as most of
|
| // the other objects hold weak references to it or things it owns
|
|
|