Index: ui/views/mus/surface_binding.h |
diff --git a/ui/views/mus/surface_binding.h b/ui/views/mus/surface_binding.h |
index 2e04c3d488a305ff7b9c0ba8d518e8a2e4cb13b5..2ff6c76b6faf3febb0d6b6d9a24e305168aae1b1 100644 |
--- a/ui/views/mus/surface_binding.h |
+++ b/ui/views/mus/surface_binding.h |
@@ -43,11 +43,11 @@ class VIEWS_MUS_EXPORT SurfaceBinding { |
std::unique_ptr<cc::OutputSurface> CreateOutputSurface(); |
private: |
- class PerConnectionState; |
+ class PerClientState; |
mus::Window* window_; |
const mus::mojom::SurfaceType surface_type_; |
- scoped_refptr<PerConnectionState> state_; |
+ scoped_refptr<PerClientState> state_; |
DISALLOW_COPY_AND_ASSIGN(SurfaceBinding); |
}; |