Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: chrome/browser/signin/about_signin_internals_factory.h

Issue 14622003: components: Move PrefRegistrySyncable into user_prefs namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>;
« no previous file with comments | « chrome/browser/search_engines/template_url_service_factory.cc ('k') | chrome/browser/signin/about_signin_internals_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698