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

Unified Diff: ui/views/mus/surface_binding.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/screen_mus.cc ('k') | ui/views/mus/surface_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/surface_binding.h
diff --git a/ui/views/mus/surface_binding.h b/ui/views/mus/surface_binding.h
index 34a1088c5058e003299e642773a520b90313de71..2e04c3d488a305ff7b9c0ba8d518e8a2e4cb13b5 100644
--- a/ui/views/mus/surface_binding.h
+++ b/ui/views/mus/surface_binding.h
@@ -16,14 +16,14 @@ namespace cc {
class OutputSurface;
}
-namespace mojo {
-class Connector;
-}
-
namespace mus {
class Window;
}
+namespace shell {
+class Connector;
+}
+
namespace views {
// SurfaceBinding is responsible for managing the connections necessary to
@@ -33,7 +33,7 @@ namespace views {
// connection.
class VIEWS_MUS_EXPORT SurfaceBinding {
public:
- SurfaceBinding(mojo::Connector* connector,
+ SurfaceBinding(shell::Connector* connector,
mus::Window* window,
mus::mojom::SurfaceType surface_type);
~SurfaceBinding();
« no previous file with comments | « ui/views/mus/screen_mus.cc ('k') | ui/views/mus/surface_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698