Index: chrome/browser/browser_process_impl.cc |
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc |
index aa0b11168cb32082a37c24695035ec0d73ee470c..32e80dd4518a94a5a7bac38221e00e93ef78ee00 100644 |
--- a/chrome/browser/browser_process_impl.cc |
+++ b/chrome/browser/browser_process_impl.cc |
@@ -885,7 +885,7 @@ void BrowserProcessImpl::CreateLocalState() { |
FilePath local_state_path; |
PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path); |
local_state_.reset( |
- PrefService::CreatePrefService(local_state_path, NULL, NULL, false)); |
+ PrefService::CreatePrefService(local_state_path, NULL, false)); |
// Initialize the prefs of the local state. |
browser::RegisterLocalState(local_state_.get()); |