| Index: media/cast/transport/cast_transport_sender_impl_unittest.cc
|
| diff --git a/media/cast/transport/cast_transport_sender_impl_unittest.cc b/media/cast/transport/cast_transport_sender_impl_unittest.cc
|
| index 7077bf620bd22a629b1e9bff4ff7cf4963b9abfa..6df5304d4a3e9997f5ca5b0d38eda9384b2c4350 100644
|
| --- a/media/cast/transport/cast_transport_sender_impl_unittest.cc
|
| +++ b/media/cast/transport/cast_transport_sender_impl_unittest.cc
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include <gtest/gtest.h>
|
| +#include <stdint.h>
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| @@ -21,7 +22,7 @@ namespace media {
|
| namespace cast {
|
| namespace transport {
|
|
|
| -static const int64 kStartMillisecond = GG_INT64_C(12345678900000);
|
| +static const int64 kStartMillisecond = INT64_C(12345678900000);
|
|
|
| class FakePacketSender : public transport::PacketSender {
|
| public:
|
|
|