| Index: chrome/browser/prefs/pref_service.cc
|
| diff --git a/chrome/browser/prefs/pref_service.cc b/chrome/browser/prefs/pref_service.cc
|
| index 271cb36b6345b301369627e6f3f5748809f80142..10d7078989cfa4f7af59f96d16424134a12e45fb 100644
|
| --- a/chrome/browser/prefs/pref_service.cc
|
| +++ b/chrome/browser/prefs/pref_service.cc
|
| @@ -115,7 +115,7 @@ class ReadErrorHandler : public PersistentPrefStore::ReadErrorDelegate {
|
|
|
| } // namespace
|
|
|
| -PrefServiceBase* PrefServiceBase::ForContext(BrowserContext* context) {
|
| +PrefServiceBase* PrefServiceBase::FromBrowserContext(BrowserContext* context) {
|
| return static_cast<Profile*>(context)->GetPrefs();
|
| }
|
|
|
|
|