| Index: chrome/browser/chrome_to_mobile_service.h
|
| diff --git a/chrome/browser/chrome_to_mobile_service.h b/chrome/browser/chrome_to_mobile_service.h
|
| index ee18deeaaa0521ff490ce15dcace0068e8ba4b97..6740352c57fe59c0682282d7c83848eeb020a1ae 100644
|
| --- a/chrome/browser/chrome_to_mobile_service.h
|
| +++ b/chrome/browser/chrome_to_mobile_service.h
|
| @@ -101,7 +101,7 @@ class ChromeToMobileService : public BrowserContextKeyedService,
|
| static bool UpdateAndGetCommandState(Browser* browser);
|
|
|
| // Register the user prefs associated with this service.
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| explicit ChromeToMobileService(Profile* profile);
|
| virtual ~ChromeToMobileService();
|
|
|