Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: media/cast/net/cast_transport_sender_impl.cc

Issue 1542013004: Switch to standard integer types in media/, take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more stddef Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "media/cast/net/cast_transport_sender_impl.h" 5 #include "media/cast/net/cast_transport_sender_impl.h"
6 6
7 #include <stddef.h>
8
7 #include "base/single_thread_task_runner.h" 9 #include "base/single_thread_task_runner.h"
8 #include "base/values.h" 10 #include "base/values.h"
11 #include "build/build_config.h"
9 #include "media/cast/net/cast_transport_defines.h" 12 #include "media/cast/net/cast_transport_defines.h"
10 #include "media/cast/net/udp_transport.h" 13 #include "media/cast/net/udp_transport.h"
11 #include "net/base/net_errors.h" 14 #include "net/base/net_errors.h"
12 #include "net/base/network_interfaces.h" 15 #include "net/base/network_interfaces.h"
13 16
14 namespace media { 17 namespace media {
15 namespace cast { 18 namespace cast {
16 19
17 namespace { 20 namespace {
18 21
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 sender_ssrc); 490 sender_ssrc);
488 rtcp.SendRtcpFromRtpReceiver(time_data, 491 rtcp.SendRtcpFromRtpReceiver(time_data,
489 cast_message, 492 cast_message,
490 target_delay, 493 target_delay,
491 rtcp_events, 494 rtcp_events,
492 rtp_receiver_statistics); 495 rtp_receiver_statistics);
493 } 496 }
494 497
495 } // namespace cast 498 } // namespace cast
496 } // namespace media 499 } // namespace media
OLDNEW
« no previous file with comments | « media/cast/net/cast_transport_sender_impl.h ('k') | media/cast/net/cast_transport_sender_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698