| Index: content/common/p2p_messages.h
|
| diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h
|
| index 15716d0c77cd9d8e7acc1086a2d3ed7317361381..e7127679eb9b9347c808f0fad650efe7226b64b2 100644
|
| --- a/content/common/p2p_messages.h
|
| +++ b/content/common/p2p_messages.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CONTENT_COMMON_P2P_MESSAGES_H_
|
| +#define CONTENT_COMMON_P2P_MESSAGES_H_
|
| +
|
| // IPC messages for the P2P Transport API.
|
| // Multiply-included message file, hence no include guard.
|
|
|
| @@ -136,3 +139,5 @@ IPC_MESSAGE_CONTROL3(P2PHostMsg_SetOption,
|
| int /* socket_id */,
|
| content::P2PSocketOption /* socket option type */,
|
| int /* value */)
|
| +
|
| +#endif // CONTENT_COMMON_P2P_MESSAGES_H_
|
|
|