| Index: chrome/browser/api/prefs/pref_service_base.h
|
| diff --git a/chrome/browser/api/prefs/pref_service_base.h b/chrome/browser/api/prefs/pref_service_base.h
|
| index 0827c2cc49f4484cb4b00b986c8c74ceb98cf1d0..58737df55269d40472f58aa793401fee54f6c4de 100644
|
| --- a/chrome/browser/api/prefs/pref_service_base.h
|
| +++ b/chrome/browser/api/prefs/pref_service_base.h
|
| @@ -34,7 +34,7 @@ class TabContents;
|
| class PrefServiceBase {
|
| public:
|
| // Retrieves a PrefServiceBase for the given context.
|
| - static PrefServiceBase* ForContext(content::BrowserContext* context);
|
| + static PrefServiceBase* FromBrowserContext(content::BrowserContext* context);
|
|
|
| virtual ~PrefServiceBase() {}
|
|
|
|
|