| Index: ipc/ipc_mojo_message_helper.cc
|
| diff --git a/ipc/ipc_mojo_message_helper.cc b/ipc/ipc_mojo_message_helper.cc
|
| index a87a2d694d5f974f10461f0eeedea771dc159567..8f869455ba2e2f9f4622b13811e772923355e357 100644
|
| --- a/ipc/ipc_mojo_message_helper.cc
|
| +++ b/ipc/ipc_mojo_message_helper.cc
|
| @@ -32,7 +32,7 @@
|
|
|
| MessageAttachment::Type type =
|
| static_cast<MessageAttachment*>(attachment.get())->GetType();
|
| - if (type != MessageAttachment::Type::MOJO_HANDLE) {
|
| + if (type != MessageAttachment::TYPE_MOJO_HANDLE) {
|
| LOG(ERROR) << "Unxpected attachment type:" << type;
|
| return false;
|
| }
|
|
|