Index: ash/shell_init_params.h |
diff --git a/ash/shell_init_params.h b/ash/shell_init_params.h |
index 52b894e0e8b35b714dd96d460b553e960298c498..9a681fae4fe2587a448b56d63dbc363051117fe3 100644 |
--- a/ash/shell_init_params.h |
+++ b/ash/shell_init_params.h |
@@ -13,6 +13,10 @@ |
#include "ash/ash_export.h" |
+namespace ui { |
+class ContextFactory; |
+} |
+ |
namespace ash { |
class ShellDelegate; |
@@ -23,6 +27,8 @@ struct ASH_EXPORT ShellInitParams { |
ShellDelegate* delegate; |
+ ui::ContextFactory* context_factory; |
+ |
#if defined(OS_WIN) |
HWND remote_hwnd; |
#endif |