Index: chrome/browser/geolocation/geolocation_prefs.h |
diff --git a/chrome/browser/geolocation/geolocation_prefs.h b/chrome/browser/geolocation/geolocation_prefs.h |
index 735e5112151c84e6fa6810ed45244692757892ab..29c19559b24d0880cde8b2230b7c512e29397c89 100644 |
--- a/chrome/browser/geolocation/geolocation_prefs.h |
+++ b/chrome/browser/geolocation/geolocation_prefs.h |
@@ -5,11 +5,11 @@ |
#ifndef CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PREFS_H_ |
#define CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PREFS_H_ |
-class PrefServiceSimple; |
+class PrefRegistrarSimple; |
class PrefServiceSyncable; |
namespace geolocation { |
-void RegisterPrefs(PrefServiceSimple* prefs); |
+void RegisterPrefs(PrefRegistrarSimple* prefs); |
void RegisterUserPrefs(PrefServiceSyncable* user_prefs); |
} |