| Index: mojo/services/files/public/c/tests/mojio_impl_test_base.cc
|
| diff --git a/mojo/services/files/public/c/tests/mojio_impl_test_base.cc b/mojo/services/files/public/c/tests/mojio_impl_test_base.cc
|
| index b55fd46efd439b1089f7e15ed939d4835a8ff03f..6b606a0105e3a5f8660ca553126cd15483c45549 100644
|
| --- a/mojo/services/files/public/c/tests/mojio_impl_test_base.cc
|
| +++ b/mojo/services/files/public/c/tests/mojio_impl_test_base.cc
|
| @@ -27,7 +27,7 @@ void MojioImplTestBase::SetUp() {
|
|
|
| mojo::files::Error error = mojo::files::ERROR_INTERNAL;
|
| files->OpenFileSystem(nullptr, mojo::GetProxy(&directory_), Capture(&error));
|
| - MOJO_CHECK(files.WaitForIncomingMethodCall());
|
| + MOJO_CHECK(files.WaitForIncomingResponse());
|
| MOJO_CHECK(error == mojo::files::ERROR_OK);
|
| }
|
|
|
|
|