| Index: content/common/media/peer_connection_tracker_messages.h
|
| diff --git a/content/common/media/peer_connection_tracker_messages.h b/content/common/media/peer_connection_tracker_messages.h
|
| index 130f3b6ac4a6cf0820e3e06dfbabc31509611956..290bf3ffb3129489fb7498f55f4179dedcc94d02 100644
|
| --- a/content/common/media/peer_connection_tracker_messages.h
|
| +++ b/content/common/media/peer_connection_tracker_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_MEDIA_PEER_CONNECTION_TRACKER_MESSAGES_H_
|
| +#define CONTENT_COMMON_MEDIA_PEER_CONNECTION_TRACKER_MESSAGES_H_
|
| +
|
| #include "base/values.h"
|
| #include "content/common/content_export.h"
|
| #include "ipc/ipc_message_macros.h"
|
| @@ -47,3 +50,5 @@ IPC_MESSAGE_CONTROL2(PeerConnectionTracker_StartEventLog,
|
| IPC::PlatformFileForTransit /* file */)
|
| IPC_MESSAGE_CONTROL1(PeerConnectionTracker_StopEventLog,
|
| int /* peer_connection_local_id */)
|
| +
|
| +#endif // CONTENT_COMMON_MEDIA_PEER_CONNECTION_TRACKER_MESSAGES_H_
|
|
|