summaryrefslogtreecommitdiffstats
path: root/content/public/app/content_main_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/app/content_main_delegate.h')
-rw-r--r--content/public/app/content_main_delegate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/public/app/content_main_delegate.h b/content/public/app/content_main_delegate.h
index e8e2fde..6fd40b0 100644
--- a/content/public/app/content_main_delegate.h
+++ b/content/public/app/content_main_delegate.h
@@ -10,11 +10,10 @@
#include "build/build_config.h"
-struct MainFunctionParams;
-
namespace content {
class ZygoteForkDelegate;
+struct MainFunctionParams;
class ContentMainDelegate {
public:
@@ -36,8 +35,9 @@ class ContentMainDelegate {
virtual void SandboxInitialized(const std::string& process_type) = 0;
// Asks the embedder to start a process that content doesn't know about.
- virtual int RunProcess(const std::string& process_type,
- const MainFunctionParams& main_function_params) = 0;
+ virtual int RunProcess(
+ const std::string& process_type,
+ const content::MainFunctionParams& main_function_params) = 0;
// Called right before the process exits.
virtual void ProcessExiting(const std::string& process_type) = 0;