Index: chrome/browser/dom_ui/options/browser_options_handler.cc |
=================================================================== |
--- chrome/browser/dom_ui/options/browser_options_handler.cc (revision 75408) |
+++ chrome/browser/dom_ui/options/browser_options_handler.cc (working copy) |
@@ -199,7 +199,7 @@ |
// If the user attempted to make Chrome the default browser, then he/she |
// arguably wants to be notified when that changes. |
- PrefService* prefs = web_ui_->GetProfile()->GetPrefs(); |
+ PrefService* prefs = dom_ui_->GetProfile()->GetPrefs(); |
prefs->SetBoolean(prefs::kCheckDefaultBrowser, true); |
} |