Index: chrome/browser/signin/about_signin_internals_factory.h |
diff --git a/chrome/browser/signin/about_signin_internals_factory.h b/chrome/browser/signin/about_signin_internals_factory.h |
index ab2cc4182bade0ee0280f5e48a9efd01f6f9e9ae..9169420dbbd543dc8e87ced71774bd44f4f69db2 100644 |
--- a/chrome/browser/signin/about_signin_internals_factory.h |
+++ b/chrome/browser/signin/about_signin_internals_factory.h |
@@ -9,7 +9,6 @@ |
#include "chrome/browser/profiles/profile_keyed_service_factory.h" |
class AboutSigninInternals; |
-class PrefRegistrySyncable; |
class Profile; |
// Singleton that owns all AboutSigninInternals and associates them with |
@@ -24,7 +23,8 @@ class AboutSigninInternalsFactory : public ProfileKeyedServiceFactory { |
static AboutSigninInternalsFactory* GetInstance(); |
// Implementation of ProfileKeyedServiceFactory. |
- virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE; |
+ virtual void RegisterUserPrefs( |
+ user_prefs::PrefRegistrySyncable* registry) OVERRIDE; |
private: |
friend struct DefaultSingletonTraits<AboutSigninInternalsFactory>; |