| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 53d184f4dc0546224a2ce30a9746baffbbd649ff..5f9caafb2fb2d577ac486f9ee724b2ac9d8df192 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -357,7 +357,7 @@ IOThread::Globals::~Globals() {}
|
| // |local_state| is passed in explicitly in order to (1) reduce implicit
|
| // dependencies and (2) make IOThread more flexible for testing.
|
| IOThread::IOThread(
|
| - PrefService* local_state,
|
| + PrefServiceSimple* local_state,
|
| policy::PolicyService* policy_service,
|
| ChromeNetLog* net_log,
|
| extensions::EventRouterForwarder* extension_event_router_forwarder)
|
| @@ -713,7 +713,7 @@ void IOThread::EnableSpdy(const std::string& mode) {
|
| }
|
|
|
| // static
|
| -void IOThread::RegisterPrefs(PrefService* local_state) {
|
| +void IOThread::RegisterPrefs(PrefServiceSimple* local_state) {
|
| local_state->RegisterStringPref(prefs::kAuthSchemes,
|
| "basic,digest,ntlm,negotiate,"
|
| "spdyproxy");
|
|
|