| Index: ui/aura_shell/examples/example_factory.h
|
| diff --git a/ui/aura_shell/examples/example_factory.h b/ui/aura_shell/examples/example_factory.h
|
| index d78dedb285347966ada520ef62d40311374e3980..1f3d21fb9c86ee78f97ea4ba56fe6eac3ffbaf6a 100644
|
| --- a/ui/aura_shell/examples/example_factory.h
|
| +++ b/ui/aura_shell/examples/example_factory.h
|
| @@ -11,6 +11,9 @@ class View;
|
| }
|
|
|
| namespace aura_shell {
|
| +
|
| +class AppListModel;
|
| +
|
| namespace examples {
|
|
|
| void CreatePointyBubble(views::View* anchor_view);
|
| @@ -20,6 +23,8 @@ void CreateLockScreen();
|
| // Creates a window showing samples of commonly used widgets.
|
| void CreateWidgetsWindow();
|
|
|
| +AppListModel* CreateAppListModel();
|
| +
|
| } // namespace examples
|
| } // namespace aura_shell
|
|
|
|
|