Index: chrome/browser/profiles/chrome_version_service.h |
diff --git a/chrome/browser/profiles/chrome_version_service.h b/chrome/browser/profiles/chrome_version_service.h |
index 22d12993593db790c062183bb5569e7e82eba11e..ceeb99942354173c560a294233db3907967b2c53 100644 |
--- a/chrome/browser/profiles/chrome_version_service.h |
+++ b/chrome/browser/profiles/chrome_version_service.h |
@@ -10,14 +10,14 @@ |
#include "base/basictypes.h" |
class PrefService; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
// This service manages a pref which is used to determine the version of |
// Chrome by which the profile was created. |
class ChromeVersionService { |
public: |
// Register the user pref we use. |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Sets the version string in the pref for the current profile. |
static void SetVersion(PrefService* prefs, const std::string& version); |