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

Side by Side Diff: media/cast/test/receiver.cc

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too Created 4 years, 11 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
« no previous file with comments | « media/cast/net/rtcp/rtcp_utility.cc ('k') | media/cast/test/utility/input_builder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 <limits.h>
5 #include <stddef.h> 6 #include <stddef.h>
6 #include <stdint.h> 7 #include <stdint.h>
7 8
8 #include <algorithm> 9 #include <algorithm>
9 #include <climits> 10 #include <climits>
10 #include <cstdarg> 11 #include <cstdarg>
11 #include <cstdio> 12 #include <cstdio>
12 #include <deque> 13 #include <deque>
13 #include <map> 14 #include <map>
14 #include <string> 15 #include <string>
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 audio_config, 597 audio_config,
597 video_config, 598 video_config,
598 window_width, 599 window_width,
599 window_height); 600 window_height);
600 player.Start(); 601 player.Start();
601 602
602 base::MessageLoop().Run(); // Run forever (i.e., until SIGTERM). 603 base::MessageLoop().Run(); // Run forever (i.e., until SIGTERM).
603 NOTREACHED(); 604 NOTREACHED();
604 return 0; 605 return 0;
605 } 606 }
OLDNEW
« no previous file with comments | « media/cast/net/rtcp/rtcp_utility.cc ('k') | media/cast/test/utility/input_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698