Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 2555e198b8c2b905c51d7041602af71a634997be..322f4f85353122bbe3b02c75a54a96e6596efe66 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -414,7 +414,7 @@ Browser::Browser(const CreateParams& params) |
// NOTE: These prefs all need to be explicitly destroyed in the destructor |
// or you'll get a nasty surprise when you run the incognito tests. |
encoding_auto_detect_.Init(prefs::kWebKitUsesUniversalDetector, |
- profile_->GetPrefs(), NULL); |
+ profile_->GetPrefs()); |
if (is_type_tabbed()) |
instant_controller_.reset(new chrome::BrowserInstantController(this)); |