| Index: content/shell/shell_browser_main_parts.h
|
| diff --git a/content/shell/shell_browser_main_parts.h b/content/shell/shell_browser_main_parts.h
|
| index c6d6f06bb2c15c55d4003417c8e4326c69a6419b..4bf9e976adb78c0457cf85dbeb2aa2b426cdc251 100644
|
| --- a/content/shell/shell_browser_main_parts.h
|
| +++ b/content/shell/shell_browser_main_parts.h
|
| @@ -30,7 +30,7 @@ class ShellBrowserMainParts : public BrowserMainParts {
|
| virtual ~ShellBrowserMainParts();
|
|
|
| // content::BrowserMainParts overrides.
|
| - virtual void PreEarlyInitialization() OVERRIDE {}
|
| + virtual void PreEarlyInitialization() OVERRIDE;
|
| virtual void PostEarlyInitialization() OVERRIDE {}
|
| virtual void PreMainMessageLoopStart() OVERRIDE;
|
| virtual void PostMainMessageLoopStart() OVERRIDE {}
|
|
|