| 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 274e23bf91ade87e4c66bb616d1866f1bdf826c9..4c0f19c6406e9478cfdd3adb1bf3b521fa24efcc 100644
|
| --- a/chrome/browser/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/cocoa/browser_window_controller.h
|
| @@ -50,7 +50,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
|
|
|