| Index: ipc/ipc_message_pipe_reader.h
|
| diff --git a/ipc/ipc_message_pipe_reader.h b/ipc/ipc_message_pipe_reader.h
|
| index 65e01aef4e5c25b41c663d54bb0a480e39d77158..686982a97e369a77340f96c7d79966546b7849cb 100644
|
| --- a/ipc/ipc_message_pipe_reader.h
|
| +++ b/ipc/ipc_message_pipe_reader.h
|
| @@ -26,8 +26,6 @@
|
| namespace IPC {
|
| namespace internal {
|
|
|
| -class AsyncHandleWaiter;
|
| -
|
| // A helper class to handle bytestream directly over mojo::MessagePipe
|
| // in template-method pattern. MessagePipeReader manages the lifetime
|
| // of given MessagePipe and participates the event loop, and
|
|
|