diff options
Diffstat (limited to 'chrome/browser/mac/relauncher.h')
-rw-r--r-- | chrome/browser/mac/relauncher.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/mac/relauncher.h b/chrome/browser/mac/relauncher.h index 26ab08b..7ccdd9c 100644 --- a/chrome/browser/mac/relauncher.h +++ b/chrome/browser/mac/relauncher.h @@ -33,7 +33,9 @@ #include <string> #include <vector> +namespace content { struct MainFunctionParams; +} namespace mac_relauncher { @@ -73,7 +75,7 @@ namespace internal { // The entry point from ChromeMain into the relauncher process. This is not a // user API. Don't call it if your name isn't ChromeMain. -int RelauncherMain(const MainFunctionParams& main_parameters); +int RelauncherMain(const content::MainFunctionParams& main_parameters); } // namespace internal |