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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.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/wizard_controller.h
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index 315477650a49137d0b8de3e096cf6873562d7379..5b82dc317fb957e19980e687f09c6fa17dffc19f 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -18,7 +18,7 @@
#include "googleurl/src/gurl.h"
#include "ui/gfx/rect.h"
-class PrefServiceSimple;
+class PrefRegistrarSimple;
namespace base {
class DictionaryValue;
@@ -99,7 +99,7 @@ class WizardController : public ScreenObserver {
static void SetInitialLocale(const std::string& locale);
// Registers OOBE preferences.
- static void RegisterPrefs(PrefServiceSimple* local_state);
+ static void RegisterPrefs(PrefRegistrarSimple* local_state);
// Marks user image screen to be always skipped after login.
static void SkipImageSelectionForTesting();

Powered by Google App Engine
This is Rietveld 408576698