| Index: apps/shell/shell_browser_main_parts.h
|
| diff --git a/apps/shell/shell_browser_main_parts.h b/apps/shell/shell_browser_main_parts.h
|
| index a1fdba365d69900a551194b1cedc8ea7133a64b3..77fbc499b51e785359dc4b69fcaab968970f8797 100644
|
| --- a/apps/shell/shell_browser_main_parts.h
|
| +++ b/apps/shell/shell_browser_main_parts.h
|
| @@ -21,6 +21,7 @@ struct MainFunctionParams;
|
| }
|
|
|
| namespace extensions {
|
| +class ShellExtensionsBrowserClient;
|
| class ShellExtensionSystem;
|
| }
|
|
|
| @@ -31,7 +32,6 @@ class WMTestHelper;
|
| namespace apps {
|
|
|
| class ShellBrowserContext;
|
| -class ShellExtensionsBrowserClient;
|
| class ShellExtensionsClient;
|
|
|
| // Handles initialization of AppShell.
|
| @@ -71,7 +71,8 @@ class ShellBrowserMainParts : public content::BrowserMainParts,
|
|
|
| scoped_ptr<ShellBrowserContext> browser_context_;
|
| scoped_ptr<ShellExtensionsClient> extensions_client_;
|
| - scoped_ptr<ShellExtensionsBrowserClient> extensions_browser_client_;
|
| + scoped_ptr<extensions::ShellExtensionsBrowserClient>
|
| + extensions_browser_client_;
|
|
|
| // Enable a minimal set of views::corewm to be initialized.
|
| scoped_ptr<wm::WMTestHelper> wm_test_helper_;
|
|
|