| Index: chrome/test/base/testing_browser_process.cc
|
| diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
|
| index c5814373665e787f7b92743a668e1ef32e533edc..ee438476964962492fb89c1e65473de9de1de4d6 100644
|
| --- a/chrome/test/base/testing_browser_process.cc
|
| +++ b/chrome/test/base/testing_browser_process.cc
|
| @@ -88,7 +88,7 @@ void TestingBrowserProcess::SetProfileManager(ProfileManager* profile_manager) {
|
| #endif
|
| }
|
|
|
| -PrefServiceSimple* TestingBrowserProcess::local_state() {
|
| +PrefService* TestingBrowserProcess::local_state() {
|
| return local_state_;
|
| }
|
|
|
| @@ -324,7 +324,7 @@ void TestingBrowserProcess::SetSystemRequestContext(
|
| system_request_context_ = context_getter;
|
| }
|
|
|
| -void TestingBrowserProcess::SetLocalState(PrefServiceSimple* local_state) {
|
| +void TestingBrowserProcess::SetLocalState(PrefService* local_state) {
|
| if (!local_state) {
|
| // The local_state_ PrefService is owned outside of TestingBrowserProcess,
|
| // but some of the members of TestingBrowserProcess hold references to it
|
|
|