Index: services/ui/public/cpp/tests/window_server_test_base.h |
diff --git a/services/ui/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h |
index 1a9ea5c53da34868756d3cfbf211b2eebbc1150e..ced4b6ed8f43b00082720128c0465c9227289c64 100644 |
--- a/services/ui/public/cpp/tests/window_server_test_base.h |
+++ b/services/ui/public/cpp/tests/window_server_test_base.h |
@@ -22,7 +22,7 @@ namespace ui { |
// has been invoked. window_manager() can be used to access the WindowServer |
// established as part of SetUp(). |
class WindowServerTestBase |
- : public WindowServerShellTestBase, |
+ : public WindowServerServiceTestBase, |
public WindowTreeClientDelegate, |
public WindowManagerDelegate, |
public shell::InterfaceFactory<mojom::WindowTreeClient> { |
@@ -62,7 +62,7 @@ class WindowServerTestBase |
// testing::Test: |
void SetUp() override; |
- // WindowServerShellTestBase: |
+ // WindowServerServiceTestBase: |
bool OnConnect(shell::Connection* connection) override; |
// WindowTreeClientDelegate: |