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

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: Respond to review comments. Created 7 years, 11 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..0506f6adea2ced33e32c129760c9056a17085fa9 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 PrefRegistrySimple;
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(PrefRegistrySimple* local_state);
// Marks user image screen to be always skipped after login.
static void SkipImageSelectionForTesting();

Powered by Google App Engine
This is Rietveld 408576698