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

Unified Diff: chrome/browser/chromeos/login/wallpaper_manager.h

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/chromeos/login/wallpaper_manager.h
diff --git a/chrome/browser/chromeos/login/wallpaper_manager.h b/chrome/browser/chromeos/login/wallpaper_manager.h
index 4da1401b11c92d30da2817e011654941baa89db4..dea5649200158dc3f5ae8b3843a7396f6d272e04 100644
--- a/chrome/browser/chromeos/login/wallpaper_manager.h
+++ b/chrome/browser/chromeos/login/wallpaper_manager.h
@@ -24,7 +24,7 @@
#include "ui/gfx/image/image_skia.h"
#include "unicode/timezone.h"
-class PrefServiceSimple;
+class PrefRegistrarSimple;
namespace base {
class SequencedTaskRunner;
@@ -65,7 +65,7 @@ class WallpaperManager: public system::TimezoneSettings::Observer,
WallpaperManager();
// Registers wallpaper manager preferences.
- static void RegisterPrefs(PrefServiceSimple* local_state);
+ static void RegisterPrefs(PrefRegistrarSimple* local_state);
// Adds RootPowerManagerClient and TimeZoneSettings observers. It needs to be
// added after RootPowerManagerClient has been initialized.

Powered by Google App Engine
This is Rietveld 408576698