| Index: chrome/browser/prefs/chrome_pref_service_factory.h
|
| diff --git a/chrome/browser/prefs/chrome_pref_service_factory.h b/chrome/browser/prefs/chrome_pref_service_factory.h
|
| index 6d3147f3fa5860f010e40bb347018a868613caad..679be63d111cfe0451cd8c56aaa1ed1477752f75 100644
|
| --- a/chrome/browser/prefs/chrome_pref_service_factory.h
|
| +++ b/chrome/browser/prefs/chrome_pref_service_factory.h
|
| @@ -88,7 +88,7 @@ void DisableDomainCheckForTesting();
|
| // preference values in |master_prefs|. Returns true on success.
|
| bool InitializePrefsFromMasterPrefs(
|
| const base::FilePath& profile_path,
|
| - const base::DictionaryValue& master_prefs);
|
| + std::unique_ptr<base::DictionaryValue> master_prefs);
|
|
|
| // Retrieves the time of the last preference reset event, if any, for the
|
| // provided profile. If no reset has occurred, returns a null |Time|.
|
|
|