summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 1b49f76..42ba4b4 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -30,6 +30,7 @@ class CommandLine;
class DownloadItem;
class MessageLoop;
class NavigationController;
+class ProcessSingleton;
class Profile;
class RenderViewHostDelegate;
class SiteInstance;
@@ -83,7 +84,7 @@ class GoogleUpdateSettings {
DISALLOW_IMPLICIT_CONSTRUCTORS(GoogleUpdateSettings);
};
-void OpenFirstRunDialog(Profile* profile);
+void OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton);
void InstallJankometer(const CommandLine&);