Index: content/shell/shell_main_delegate.h |
=================================================================== |
--- content/shell/shell_main_delegate.h (revision 107064) |
+++ content/shell/shell_main_delegate.h (working copy) |
@@ -37,7 +37,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 // OS_MACOSX |