| Index: content/shell/shell_content_browser_client.h
|
| ===================================================================
|
| --- content/shell/shell_content_browser_client.h (revision 147404)
|
| +++ content/shell/shell_content_browser_client.h (working copy)
|
| @@ -22,9 +22,9 @@
|
| ShellContentBrowserClient();
|
| virtual ~ShellContentBrowserClient();
|
|
|
| - // content::ContentBrowserClient overrides.
|
| + // ContentBrowserClient overrides.
|
| virtual BrowserMainParts* CreateBrowserMainParts(
|
| - const content::MainFunctionParams& parameters) OVERRIDE;
|
| + const MainFunctionParams& parameters) OVERRIDE;
|
| virtual void RenderViewHostCreated(
|
| RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
|
|
|