| Index: media/cast/net/rtp/packet_storage.h
|
| diff --git a/media/cast/net/rtp/packet_storage.h b/media/cast/net/rtp/packet_storage.h
|
| index a30bd2534caa3da2af84de61fbf4917ad0865657..517e12c0d610009fa27449f7fbc3a957f41aac3e 100644
|
| --- a/media/cast/net/rtp/packet_storage.h
|
| +++ b/media/cast/net/rtp/packet_storage.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_NET_RTP_SENDER_PACKET_STORAGE_PACKET_STORAGE_H_
|
| -#define MEDIA_CAST_NET_RTP_SENDER_PACKET_STORAGE_PACKET_STORAGE_H_
|
| +#ifndef MEDIA_CAST_NET_RTP_PACKET_STORAGE_H_
|
| +#define MEDIA_CAST_NET_RTP_PACKET_STORAGE_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -47,4 +47,4 @@ class PacketStorage {
|
| } // namespace cast
|
| } // namespace media
|
|
|
| -#endif // MEDIA_CAST_NET_RTP_SENDER_PACKET_STORAGE_PACKET_STORAGE_H_
|
| +#endif // MEDIA_CAST_NET_RTP_PACKET_STORAGE_H_
|
|
|