Chromium Code Reviews| Index: mojo/edk/test/mojo_test_base.h |
| diff --git a/mojo/edk/test/mojo_test_base.h b/mojo/edk/test/mojo_test_base.h |
| index cd507daa81677dc07e9d3eb28ba3bfe5041de62d..fa5b64ced93a1d497017a8fa6d551ffe1de4eac0 100644 |
| --- a/mojo/edk/test/mojo_test_base.h |
| +++ b/mojo/edk/test/mojo_test_base.h |
| @@ -44,6 +44,7 @@ class MojoTestBase : public testing::Test { |
| MojoHandle pipe() const { return pipe_.get().value(); } |
| + void ClosePeerConnection(); |
| int WaitForShutdown(); |
| private: |