| Index: mash/shelf/shelf_model.h
|
| diff --git a/mash/shelf/shelf_model.h b/mash/shelf/shelf_model.h
|
| index a2285b29a60e3e576dd78305f5a28aebac120337..944221f02c1aff5eca9f1382b4d0d69edbbf6a17 100644
|
| --- a/mash/shelf/shelf_model.h
|
| +++ b/mash/shelf/shelf_model.h
|
| @@ -12,7 +12,7 @@
|
| #include "mojo/public/cpp/bindings/binding.h"
|
|
|
| namespace mojo {
|
| -class ApplicationImpl;
|
| +class Shell;
|
| }
|
|
|
| namespace mash {
|
| @@ -29,7 +29,7 @@ class ShelfModel : public mash::wm::mojom::UserWindowObserver {
|
| STATUS_LOADING,
|
| };
|
|
|
| - explicit ShelfModel(mojo::ApplicationImpl* app);
|
| + explicit ShelfModel(mojo::Shell* shell);
|
| ~ShelfModel() override;
|
|
|
| // Adds a new item to the model. Returns the resulting index.
|
|
|