| Index: content/shell/shell_browser_main.h
|
| diff --git a/content/shell/shell_browser_main.h b/content/shell/shell_browser_main.h
|
| index 4e836d8d0ac2fd0774cc12ea0d135add6dfa23cf..f91fad3b15d9243bf3d177c49a25941d78c11536 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 {}
|
|
|