diff options
Diffstat (limited to 'apps/shell/app_shell_browser_main_parts.h')
-rw-r--r-- | apps/shell/app_shell_browser_main_parts.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/shell/app_shell_browser_main_parts.h b/apps/shell/app_shell_browser_main_parts.h index 8bde9e3..bcbfa8f 100644 --- a/apps/shell/app_shell_browser_main_parts.h +++ b/apps/shell/app_shell_browser_main_parts.h @@ -13,6 +13,9 @@ namespace content { class ShellBrowserContext; struct MainFunctionParams; +} + +namespace shell { class MinimalShell; } @@ -45,7 +48,7 @@ class AppShellBrowserMainParts : public content::BrowserMainParts { scoped_ptr<content::ShellBrowserContext> browser_context_; // Enable a minimal set of views::corewm to be initialized. - scoped_ptr<content::MinimalShell> minimal_shell_; + scoped_ptr<shell::MinimalShell> minimal_shell_; DISALLOW_COPY_AND_ASSIGN(AppShellBrowserMainParts); }; |