Index: ui/views/mus/native_widget_mus.h |
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h |
index 348a876e659737321bf2b60224e520f58af3ceab..e2b188a4b2136585cbe60b6382c0a2dceb887ada 100644 |
--- a/ui/views/mus/native_widget_mus.h |
+++ b/ui/views/mus/native_widget_mus.h |
@@ -34,7 +34,7 @@ class Window; |
namespace mus { |
class Window; |
-class WindowTreeConnection; |
+class WindowTreeClient; |
namespace mojom { |
enum class Cursor; |
enum class EventResult; |
@@ -83,7 +83,7 @@ class VIEWS_MUS_EXPORT NativeWidgetMus |
std::map<std::string, std::vector<uint8_t>>* properties); |
// Notifies all widgets the frame constants changed in some way. |
- static void NotifyFrameChanged(mus::WindowTreeConnection* connection); |
+ static void NotifyFrameChanged(mus::WindowTreeClient* client); |
// Returns the widget for a mus::Window, or null if there is none. |
static Widget* GetWidgetForWindow(mus::Window* window); |