Index: chrome/browser/ui/cocoa/options/preferences_window_controller.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/options/preferences_window_controller.mm (revision 73335) |
+++ chrome/browser/ui/cocoa/options/preferences_window_controller.mm (working copy) |
@@ -776,7 +776,7 @@ |
if (g_browser_process && g_browser_process->local_state()) { |
sizeSaver_.reset([[WindowSizeAutosaver alloc] |
initWithWindow:[self window] |
- prefService:g_browser_process->local_state() |
+ prefService:profile_->GetPrefs() |
path:prefs::kPreferencesWindowPlacement]); |
} |