Index: components/leveldb/remote_iterator_unittest.cc |
diff --git a/components/leveldb/remote_iterator_unittest.cc b/components/leveldb/remote_iterator_unittest.cc |
index 93b5f0b93d66eeb34834e2f8d3a0ffb0dfb44577..3aad423e765b18edbd3abe3f5e79e2489a34dfbd 100644 |
--- a/components/leveldb/remote_iterator_unittest.cc |
+++ b/components/leveldb/remote_iterator_unittest.cc |
@@ -17,7 +17,7 @@ using mojo::Capture; |
namespace leveldb { |
namespace { |
-class RemoteIteratorTest : public mojo::test::ShellTest { |
+class RemoteIteratorTest : public shell::test::ShellTest { |
public: |
RemoteIteratorTest() : ShellTest("exe:leveldb_service_unittests") {} |
~RemoteIteratorTest() override {} |