Index: chrome/app/chrome_main_delegate.h |
=================================================================== |
--- chrome/app/chrome_main_delegate.h (revision 107064) |
+++ chrome/app/chrome_main_delegate.h (working copy) |
@@ -38,7 +38,7 @@ |
virtual bool DelaySandboxInitialization( |
const std::string& process_type) OVERRIDE; |
#elif defined(OS_POSIX) |
- virtual ZygoteForkDelegate* ZygoteStarting() OVERRIDE; |
+ virtual content::ZygoteForkDelegate* ZygoteStarting() OVERRIDE; |
virtual void ZygoteForked() OVERRIDE; |
#endif |