diff options
Diffstat (limited to 'chrome/browser/app_controller_mac.h')
-rw-r--r-- | chrome/browser/app_controller_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h index 30f7b3c..44af869a 100644 --- a/chrome/browser/app_controller_mac.h +++ b/chrome/browser/app_controller_mac.h @@ -30,8 +30,8 @@ class Profile; // (and Browser*s). scoped_ptr<BookmarkMenuBridge> bookmarkMenuBridge_; scoped_ptr<HistoryMenuBridge> historyMenuBridge_; - scoped_nsobject<PreferencesWindowController> prefsController_; - scoped_nsobject<AboutWindowController> aboutController_; + PreferencesWindowController* prefsController_; // Weak. + AboutWindowController* aboutController_; // Weak. // URLs that need to be opened when the app is fully initialized. Because it's // only needed during early startup, it points to a valid vector during early |