| Index: chrome/browser/cocoa/preferences_window_controller.h
|
| diff --git a/chrome/browser/cocoa/preferences_window_controller.h b/chrome/browser/cocoa/preferences_window_controller.h
|
| index 43c8a930508e22441f543d54529d5c8f995b6138..46ac043b26a99693a0fcd8ad368462e84d5995ad 100644
|
| --- a/chrome/browser/cocoa/preferences_window_controller.h
|
| +++ b/chrome/browser/cocoa/preferences_window_controller.h
|
| @@ -19,6 +19,7 @@ class PrefService;
|
| class Profile;
|
| class ProfileSyncService;
|
| @class SearchEngineListModel;
|
| +@class WindowSizeAutosaver;
|
|
|
| // A window controller that handles the preferences window. The bulk of the
|
| // work is handled via Cocoa Bindings and getter/setter methods that wrap
|
| @@ -41,6 +42,7 @@ class ProfileSyncService;
|
| ProfileSyncService* syncService_;
|
| scoped_ptr<PreferencesWindowControllerInternal::PrefObserverBridge>
|
| observer_; // Watches for pref changes.
|
| + scoped_nsobject<WindowSizeAutosaver> sizeSaver_;
|
|
|
| IBOutlet NSToolbar* toolbar_;
|
|
|
|
|