Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2377)

Unified Diff: mash/shelf/shelf_model.h

Issue 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mash/shelf/shelf_application.cc ('k') | mash/shelf/shelf_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « mash/shelf/shelf_application.cc ('k') | mash/shelf/shelf_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698