| Index: chrome/browser/first_run/first_run_internal.h
|
| diff --git a/chrome/browser/first_run/first_run_internal.h b/chrome/browser/first_run/first_run_internal.h
|
| index d9d1acd7551a22c12c2ac4aa9e029c9642930ec2..9ff23b89523a95f85dcef520da95b4711bdf396d 100644
|
| --- a/chrome/browser/first_run/first_run_internal.h
|
| +++ b/chrome/browser/first_run/first_run_internal.h
|
| @@ -100,7 +100,7 @@ void SetDefaultBrowser(installer::MasterPreferences* install_prefs);
|
|
|
| // -- Platform-specific functions --
|
|
|
| -void DoPostImportPlatformSpecificTasks();
|
| +void DoPostImportPlatformSpecificTasks(Profile* profile);
|
|
|
| // Gives the full path to the sentinel file. The file might not exist.
|
| // This function has a common implementation on OS_POSIX and a windows specific
|
|
|