| Index: mojo/public/cpp/bindings/tests/validation_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/validation_unittest.cc b/mojo/public/cpp/bindings/tests/validation_unittest.cc
|
| index 252a31a6f8ac08795a30a18bc43c14af463cb53b..d234d66e511337fa1792a6737cb4401cfd2d81c2 100644
|
| --- a/mojo/public/cpp/bindings/tests/validation_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/validation_unittest.cc
|
| @@ -175,7 +175,7 @@ void RunValidationTests(const std::string& prefix,
|
| base::RunLoop run_loop;
|
| mojo::internal::ValidationErrorObserverForTesting observer(
|
| run_loop.QuitClosure());
|
| - mojo_ignore_result(test_message_receiver->Accept(&message));
|
| + ignore_result(test_message_receiver->Accept(&message));
|
| if (expected != "PASS") // Observer only gets called on errors.
|
| run_loop.Run();
|
| if (observer.last_error() == mojo::internal::VALIDATION_ERROR_NONE)
|
|
|