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

Unified Diff: mash/example/common/mus_views_init.h

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
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 | « mandoline/services/updater/updater_impl.cc ('k') | mash/example/window_type_launcher/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/common/mus_views_init.h
diff --git a/mash/example/common/mus_views_init.h b/mash/example/common/mus_views_init.h
index 43da4f4e53ff37b4ace5aaaa73a78bdc59595905..aff5dc70efc318324305e99c7594031ba5b17173 100644
--- a/mash/example/common/mus_views_init.h
+++ b/mash/example/common/mus_views_init.h
@@ -13,7 +13,7 @@
#include "ui/views/views_delegate.h"
namespace mojo {
-class ApplicationImpl;
+class ShellConnection;
}
namespace views {
@@ -24,7 +24,7 @@ class AuraInit;
class MUSViewsInit : public views::ViewsDelegate,
public mus::WindowTreeDelegate {
public:
- explicit MUSViewsInit(mojo::ApplicationImpl* app);
+ explicit MUSViewsInit(mojo::ShellConnection* app);
~MUSViewsInit() override;
private:
@@ -44,7 +44,7 @@ class MUSViewsInit : public views::ViewsDelegate,
HICON GetSmallWindowIcon() const override;
#endif
- mojo::ApplicationImpl* app_;
+ mojo::ShellConnection* app_;
scoped_ptr<views::AuraInit> aura_init_;
mus::mojom::WindowManagerPtr window_manager_;
« no previous file with comments | « mandoline/services/updater/updater_impl.cc ('k') | mash/example/window_type_launcher/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698