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

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

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/browser_driver/main.cc ('k') | mash/example/views_examples/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 04a02ec57657b6bc5637ec1370fec4d6b7531352..1f983926f75f7c64bb43644cd222fb46daa89b36 100644
--- a/mash/example/common/mus_views_init.h
+++ b/mash/example/common/mus_views_init.h
@@ -25,7 +25,7 @@ class AuraInit;
class MUSViewsInit : public views::ViewsDelegate,
public mus::WindowTreeDelegate {
public:
- explicit MUSViewsInit(mojo::ShellConnection* app);
+ explicit MUSViewsInit(shell::ShellConnection* app);
~MUSViewsInit() override;
private:
@@ -45,7 +45,7 @@ class MUSViewsInit : public views::ViewsDelegate,
HICON GetSmallWindowIcon() const override;
#endif
- mojo::ShellConnection* app_;
+ shell::ShellConnection* app_;
std::unique_ptr<views::AuraInit> aura_init_;
mus::mojom::WindowManagerPtr window_manager_;
« no previous file with comments | « mash/browser_driver/main.cc ('k') | mash/example/views_examples/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698