| Index: base/prefs/pref_service.h
|
| diff --git a/base/prefs/pref_service.h b/base/prefs/pref_service.h
|
| index 9ba78beedb425922c9f9f8f93ec8e82480637be6..d88dc91fa24fb5499c75b71a1dcb8945c6c09062 100644
|
| --- a/base/prefs/pref_service.h
|
| +++ b/base/prefs/pref_service.h
|
| @@ -36,10 +36,6 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| -namespace content {
|
| -class BrowserContext;
|
| -}
|
| -
|
| namespace subtle {
|
| class PrefMemberBase;
|
| class ScopedUserPrefUpdateBase;
|
| @@ -355,10 +351,4 @@ class BASE_PREFS_EXPORT PrefService : public base::NonThreadSafe {
|
| DISALLOW_COPY_AND_ASSIGN(PrefService);
|
| };
|
|
|
| -// Retrieves a PrefService for the given context.
|
| -//
|
| -// TODO(joi): This doesn't really belong here, since it references a
|
| -// content type; probably best to get rid of it completely.
|
| -PrefService* PrefServiceFromBrowserContext(content::BrowserContext* context);
|
| -
|
| #endif // BASE_PREFS_PREF_SERVICE_H_
|
|
|