diff options
Diffstat (limited to 'content/shell/shell_browser_main.h')
-rw-r--r-- | content/shell/shell_browser_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_main.h b/content/shell/shell_browser_main.h index 4e836d8..f91fad3 100644 --- a/content/shell/shell_browser_main.h +++ b/content/shell/shell_browser_main.h @@ -31,7 +31,7 @@ class ShellBrowserMainParts : public BrowserMainParts { virtual void PreEarlyInitialization() OVERRIDE {} virtual void PostEarlyInitialization() OVERRIDE {} - virtual void PreMainMessageLoopStart() OVERRIDE {} + virtual void PreMainMessageLoopStart() OVERRIDE; virtual MessageLoop* GetMainMessageLoop() OVERRIDE; virtual void PostMainMessageLoopStart() OVERRIDE {} virtual void ToolkitInitialized() OVERRIDE {} |