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

Unified Diff: chrome/browser/extensions/app_launcher.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/extensions/app_launcher.h
diff --git a/chrome/browser/extensions/app_launcher.h b/chrome/browser/extensions/app_launcher.h
index 8a4b062d9fe77ae9a05e2aec694610adf10a24d6..b9eda5679c417ff2f087a5a5f408e10f778f678a 100644
--- a/chrome/browser/extensions/app_launcher.h
+++ b/chrome/browser/extensions/app_launcher.h
@@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "base/callback_forward.h"
-class PrefServiceSimple;
+class PrefRegistrySimple;
namespace extensions {
@@ -26,7 +26,7 @@ void UpdateIsAppLauncherEnabled(
bool IsAppLauncherEnabled();
namespace app_launcher {
-void RegisterPrefs(PrefServiceSimple* pref_service);
+void RegisterPrefs(PrefRegistrySimple* pref_service);
}
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698