Index: ipc/ipc_channel.h |
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h |
index dd35e8cdd59820b6812452122f63ab2a4ae51820..adaced616b1c1a75095c3ba39ce94743068088ab 100644 |
--- a/ipc/ipc_channel.h |
+++ b/ipc/ipc_channel.h |
@@ -6,6 +6,7 @@ |
#define IPC_IPC_CHANNEL_H_ |
#pragma once |
+#include "base/compiler_specific.h" |
#include "ipc/ipc_message.h" |
namespace IPC { |
@@ -67,7 +68,7 @@ class Channel : public Message::Sender { |
// connect to a pre-existing pipe. Note, calling Connect() |
// will not block the calling thread and may complete |
// asynchronously. |
- bool Connect(); |
+ bool Connect() WARN_UNUSED_RESULT; |
// Close this Channel explicitly. May be called multiple times. |
void Close(); |