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

Unified Diff: chrome/browser/media_gallery/media_galleries_preferences_factory.cc

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. Created 8 years 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/media_gallery/media_galleries_preferences_factory.cc
diff --git a/chrome/browser/media_gallery/media_galleries_preferences_factory.cc b/chrome/browser/media_gallery/media_galleries_preferences_factory.cc
index 37c8ea3773e54f79ddc3b10df66b4cd9f682dddb..0e7fda3769f14926455c8f8d84a0673e32c8932f 100644
--- a/chrome/browser/media_gallery/media_galleries_preferences_factory.cc
+++ b/chrome/browser/media_gallery/media_galleries_preferences_factory.cc
@@ -31,7 +31,8 @@ ProfileKeyedService* MediaGalleriesPreferencesFactory::BuildServiceInstanceFor(
return new chrome::MediaGalleriesPreferences(profile);
}
-void MediaGalleriesPreferencesFactory::RegisterUserPrefs(PrefService* prefs) {
+void MediaGalleriesPreferencesFactory::RegisterUserPrefs(
+ PrefServiceSyncable* prefs) {
chrome::MediaGalleriesPreferences::RegisterUserPrefs(prefs);
}
« no previous file with comments | « chrome/browser/media_gallery/media_galleries_preferences_factory.h ('k') | chrome/browser/metrics/metrics_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698