Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: components/leveldb/remote_iterator_unittest.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/leveldb/main.cc ('k') | components/mus/demo/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {}
« no previous file with comments | « components/leveldb/main.cc ('k') | components/mus/demo/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698