| Index: chrome/browser/first_run/first_run_internal.h
|
| ===================================================================
|
| --- chrome/browser/first_run/first_run_internal.h (revision 181784)
|
| +++ chrome/browser/first_run/first_run_internal.h (working copy)
|
| @@ -54,8 +54,8 @@
|
|
|
| // Sets up master preferences by preferences passed by installer.
|
| void SetupMasterPrefsFromInstallPrefs(
|
| - MasterPrefs* out_prefs,
|
| - installer::MasterPreferences* install_prefs);
|
| + const installer::MasterPreferences& install_prefs,
|
| + MasterPrefs* out_prefs);
|
|
|
| void SetShowWelcomePagePrefIfNeeded(
|
| installer::MasterPreferences* install_prefs);
|
|
|