| Index: content/shell/app/shell_main_delegate.h
|
| diff --git a/content/shell/app/shell_main_delegate.h b/content/shell/app/shell_main_delegate.h
|
| index baa19e9199cd929ea9ade62a140b88dc01ae7637..930009cd45e0155d38904bfcc9e05ff5359797fa 100644
|
| --- a/content/shell/app/shell_main_delegate.h
|
| +++ b/content/shell/app/shell_main_delegate.h
|
| @@ -29,7 +29,7 @@ class ShellMainDelegate : public ContentMainDelegate {
|
| int RunProcess(const std::string& process_type,
|
| const MainFunctionParams& main_function_params) override;
|
| #if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
|
| - virtual void ZygoteForked() override;
|
| + void ZygoteForked() override;
|
| #endif
|
| ContentBrowserClient* CreateContentBrowserClient() override;
|
| ContentRendererClient* CreateContentRendererClient() override;
|
|
|