summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run/first_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/first_run/first_run.h')
-rw-r--r--chrome/browser/first_run/first_run.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
index 2bebc46..7221d6c 100644
--- a/chrome/browser/first_run/first_run.h
+++ b/chrome/browser/first_run/first_run.h
@@ -20,7 +20,6 @@ class CommandLine;
class GURL;
class PrefRegistrySyncable;
class Profile;
-class ProcessSingleton;
namespace base {
class FilePath;
@@ -141,8 +140,7 @@ const CommandLine& GetExtraArgumentsForImportProcess();
void AutoImport(Profile* profile,
bool homepage_defined,
int import_items,
- int dont_import_items,
- ProcessSingleton* process_singleton);
+ int dont_import_items);
// Does remaining first run tasks for |profile| and makes Chrome default browser
// if |make_chrome_default|. This can pop the first run consent dialog on linux.