Index: services/shell/tests/shutdown/shutdown_unittest.cc |
diff --git a/services/shell/tests/shutdown/shutdown_unittest.cc b/services/shell/tests/shutdown/shutdown_unittest.cc |
index ea7faee1532e0b43cc95c1a2ff1fac75ce6ae2ca..93d1c943522bbbab1b44b2d82b725011bb0bf4d6 100644 |
--- a/services/shell/tests/shutdown/shutdown_unittest.cc |
+++ b/services/shell/tests/shutdown/shutdown_unittest.cc |
@@ -4,15 +4,15 @@ |
#include "base/run_loop.h" |
#include "mojo/public/cpp/bindings/binding_set.h" |
-#include "services/shell/public/cpp/shell_test.h" |
+#include "services/shell/public/cpp/service_test.h" |
#include "services/shell/tests/shutdown/shutdown_unittest.mojom.h" |
namespace shell { |
namespace { |
-class ShutdownTest : public test::ShellTest { |
+class ShutdownTest : public test::ServiceTest { |
public: |
- ShutdownTest() : test::ShellTest("mojo:shutdown_unittest") {} |
+ ShutdownTest() : test::ServiceTest("mojo:shutdown_unittest") {} |
~ShutdownTest() override {} |
private: |