Index: chrome/browser/mac/relauncher.h |
=================================================================== |
--- chrome/browser/mac/relauncher.h (revision 107906) |
+++ chrome/browser/mac/relauncher.h (working copy) |
@@ -33,7 +33,9 @@ |
#include <string> |
#include <vector> |
+namespace content { |
struct MainFunctionParams; |
+} |
namespace mac_relauncher { |
@@ -73,7 +75,7 @@ |
// 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 |