diff options
Diffstat (limited to 'content/shell/shell_browser_main.cc')
-rw-r--r-- | content/shell/shell_browser_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc index 7058cff..a336404 100644 --- a/content/shell/shell_browser_main.cc +++ b/content/shell/shell_browser_main.cc @@ -20,7 +20,7 @@ namespace content { ShellBrowserMainParts::ShellBrowserMainParts( - const MainFunctionParams& parameters) + const content::MainFunctionParams& parameters) : BrowserMainParts() { ShellContentBrowserClient* shell_browser_client = static_cast<ShellContentBrowserClient*>( |