Index: content/public/app/content_main_delegate.h |
=================================================================== |
--- content/public/app/content_main_delegate.h (revision 107064) |
+++ content/public/app/content_main_delegate.h (working copy) |
@@ -11,10 +11,11 @@ |
#include "build/build_config.h" |
struct MainFunctionParams; |
-class ZygoteForkDelegate; |
namespace content { |
+class ZygoteForkDelegate; |
+ |
class ContentMainDelegate { |
public: |
virtual ~ContentMainDelegate() {} |
@@ -61,7 +62,7 @@ |
#elif defined(OS_POSIX) |
// Tells the embedder that the zygote process is starting, and allows it to |
// specify a zygote delegate if it wishes. |
- virtual ZygoteForkDelegate* ZygoteStarting() = 0; |
+ virtual content::ZygoteForkDelegate* ZygoteStarting() = 0; |
// Called every time the zygote process forks. |
virtual void ZygoteForked() = 0; |