| Index: mojo/system/local_message_pipe_endpoint.h
|
| diff --git a/mojo/system/local_message_pipe_endpoint.h b/mojo/system/local_message_pipe_endpoint.h
|
| index fdc32114abc8322f2f5a959955f29b1cb8bdd0ab..89dca4eebcc02f5d74a4b745c694ecb5347655eb 100644
|
| --- a/mojo/system/local_message_pipe_endpoint.h
|
| +++ b/mojo/system/local_message_pipe_endpoint.h
|
| @@ -10,6 +10,7 @@
|
| #include "mojo/system/message_in_transit_queue.h"
|
| #include "mojo/system/message_pipe_endpoint.h"
|
| #include "mojo/system/system_impl_export.h"
|
| +#include "mojo/system/wait_flags_state.h"
|
| #include "mojo/system/waiter_list.h"
|
|
|
| namespace mojo {
|
| @@ -44,8 +45,7 @@ class MOJO_SYSTEM_IMPL_EXPORT LocalMessagePipeEndpoint
|
| MessageInTransitQueue* message_queue() { return &message_queue_; }
|
|
|
| private:
|
| - MojoWaitFlags SatisfiedFlags();
|
| - MojoWaitFlags SatisfiableFlags();
|
| + WaitFlagsState GetWaitFlagsState();
|
|
|
| bool is_open_;
|
| bool is_peer_open_;
|
|
|