| Index: ipc/mojo/ipc_mojo_handle_attachment.cc
|
| diff --git a/ipc/mojo/ipc_mojo_handle_attachment.cc b/ipc/mojo/ipc_mojo_handle_attachment.cc
|
| index 46acd02efabcd23ded997eeb7925c8a6f9f4a325..98ac5c3c5e0e3d8705379f5e0d9aa27027b35155 100644
|
| --- a/ipc/mojo/ipc_mojo_handle_attachment.cc
|
| +++ b/ipc/mojo/ipc_mojo_handle_attachment.cc
|
| @@ -27,7 +27,7 @@ base::PlatformFile MojoHandleAttachment::TakePlatformFile() {
|
| MojoResult unwrap_result = mojo::embedder::PassWrappedPlatformHandle(
|
| handle_.release().value(), &platform_handle);
|
| if (unwrap_result != MOJO_RESULT_OK) {
|
| - DLOG(ERROR) << "Pipe failed to covert handles. Closing: " << unwrap_result;
|
| + LOG(ERROR) << "Pipe failed to covert handles. Closing: " << unwrap_result;
|
| return -1;
|
| }
|
|
|
|
|