| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index e889131b95beca21793ddde3e57a98c6cf693080..313594935cb0d52f2ea6e186a4d3283db5da4795 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -49,6 +49,7 @@ class Rect;
|
| }
|
|
|
| namespace ui {
|
| +class ContextFactory;
|
| class DisplayConfigurator;
|
| class Layer;
|
| class UserActivityPowerManagerNotifier;
|
| @@ -579,7 +580,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| typedef std::pair<aura::Window*, gfx::Rect> WindowAndBoundsPair;
|
|
|
| // Takes ownership of |delegate|.
|
| - explicit Shell(ShellDelegate* delegate);
|
| + Shell(ShellDelegate* delegate, ui::ContextFactory* context_factory);
|
| virtual ~Shell();
|
|
|
| void Init(const ShellInitParams& init_params);
|
|
|