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

Unified Diff: ui/views/mus/screen_mus.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 | « ui/views/mus/platform_window_mus.cc ('k') | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/screen_mus.h
diff --git a/ui/views/mus/screen_mus.h b/ui/views/mus/screen_mus.h
index a6800afd72ef5aaa7f05036416cf04b23f0f0e1d..620fd911a11409f6f2aa9975ff401ac221bd8568 100644
--- a/ui/views/mus/screen_mus.h
+++ b/ui/views/mus/screen_mus.h
@@ -15,7 +15,7 @@
#include "ui/gfx/screen.h"
#include "ui/views/mus/mus_export.h"
-namespace mojo {
+namespace shell {
class Connector;
}
@@ -31,7 +31,7 @@ class VIEWS_MUS_EXPORT ScreenMus
explicit ScreenMus(ScreenMusDelegate* delegate);
~ScreenMus() override;
- void Init(mojo::Connector* connector);
+ void Init(shell::Connector* connector);
private:
int FindDisplayIndexById(int64_t id) const;
« no previous file with comments | « ui/views/mus/platform_window_mus.cc ('k') | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698