summaryrefslogtreecommitdiffstats
path: root/mandoline/ui/aura/surface_binding.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandoline/ui/aura/surface_binding.h')
-rw-r--r--mandoline/ui/aura/surface_binding.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/mandoline/ui/aura/surface_binding.h b/mandoline/ui/aura/surface_binding.h
index 840eeba..f36002d 100644
--- a/mandoline/ui/aura/surface_binding.h
+++ b/mandoline/ui/aura/surface_binding.h
@@ -14,9 +14,6 @@ class OutputSurface;
namespace mojo {
class Shell;
-}
-
-namespace mus {
class View;
}
@@ -29,7 +26,7 @@ namespace mandoline {
// share the same connection.
class SurfaceBinding {
public:
- SurfaceBinding(mojo::Shell* shell, mus::View* view);
+ SurfaceBinding(mojo::Shell* shell, mojo::View* view);
~SurfaceBinding();
// Creates an OutputSurface that renders to the View supplied to the
@@ -40,7 +37,7 @@ class SurfaceBinding {
class PerConnectionState;
mojo::Shell* shell_;
- mus::View* view_;
+ mojo::View* view_;
scoped_refptr<PerConnectionState> state_;
DISALLOW_COPY_AND_ASSIGN(SurfaceBinding);