| Index: media/cast/net/rtcp/receiver_rtcp_event_subscriber.h
|
| diff --git a/media/cast/net/rtcp/receiver_rtcp_event_subscriber.h b/media/cast/net/rtcp/receiver_rtcp_event_subscriber.h
|
| index 63794fe34e9b8775caa1e18733964cdb12ed1cf6..52eef10b8e31407038c6f441aceed25c5c0a640f 100644
|
| --- a/media/cast/net/rtcp/receiver_rtcp_event_subscriber.h
|
| +++ b/media/cast/net/rtcp/receiver_rtcp_event_subscriber.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MEDIA_CAST_RTCP_RECEIVER_RTCP_EVENT_SUBSCRIBER_H_
|
| -#define MEDIA_CAST_RTCP_RECEIVER_RTCP_EVENT_SUBSCRIBER_H_
|
| +#ifndef MEDIA_CAST_NET_RTCP_RECEIVER_RTCP_EVENT_SUBSCRIBER_H_
|
| +#define MEDIA_CAST_NET_RTCP_RECEIVER_RTCP_EVENT_SUBSCRIBER_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -103,4 +103,4 @@ class ReceiverRtcpEventSubscriber : public RawEventSubscriber {
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_RTCP_RECEIVER_RTCP_EVENT_SUBSCRIBER_H_
|
| +#endif // MEDIA_CAST_NET_RTCP_RECEIVER_RTCP_EVENT_SUBSCRIBER_H_
|
|
|