Index: components/leveldb/env_mojo.cc |
diff --git a/components/leveldb/env_mojo.cc b/components/leveldb/env_mojo.cc |
index 4c0629a9c677e6337f97edbde27d4aee691f0b33..9f183d94100d636036650c123d67ad76623bc295 100644 |
--- a/components/leveldb/env_mojo.cc |
+++ b/components/leveldb/env_mojo.cc |
@@ -359,9 +359,9 @@ Status MojoEnv::UnlockFile(FileLock* lock) { |
Status MojoEnv::GetTestDirectory(std::string* path) { |
// TODO(erg): This method is actually only used from the test harness in |
- // leveldb. And when we go and port that test stuff to a mojo apptest, we |
- // probably won't use it since the mojo filesystem actually handles temporary |
- // filesystems just fine. |
+ // leveldb. And when we go and port that test stuff to a shell::ServiceTest, |
+ // we probably won't use it since the mojo filesystem actually handles |
+ // temporary filesystems just fine. |
NOTREACHED(); |
return Status::OK(); |
} |