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

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

Issue 1162973005: Stop including ip_address_number.h from net_util.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some header sorting changes, seems to be breaking windows Created 5 years, 6 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_unittest.cc ('k') | mojo/services/network/http_connection_impl.cc » ('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 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/test/fake_media_source.h" 5 #include "media/cast/test/fake_media_source.h"
6 6
7 #include "base/bind.h"
7 #include "base/files/scoped_file.h" 8 #include "base/files/scoped_file.h"
8 #include "base/logging.h" 9 #include "base/logging.h"
9 #include "base/rand_util.h" 10 #include "base/rand_util.h"
10 #include "base/strings/string_number_conversions.h" 11 #include "base/strings/string_number_conversions.h"
11 #include "media/base/audio_buffer.h" 12 #include "media/base/audio_buffer.h"
12 #include "media/base/audio_bus.h" 13 #include "media/base/audio_bus.h"
13 #include "media/base/audio_fifo.h" 14 #include "media/base/audio_fifo.h"
14 #include "media/base/audio_timestamp_helper.h" 15 #include "media/base/audio_timestamp_helper.h"
15 #include "media/base/media.h" 16 #include "media/base/media.h"
16 #include "media/base/video_frame.h" 17 #include "media/base/video_frame.h"
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 AVCodecContext* FakeMediaSource::av_audio_context() { 619 AVCodecContext* FakeMediaSource::av_audio_context() {
619 return av_audio_stream()->codec; 620 return av_audio_stream()->codec;
620 } 621 }
621 622
622 AVCodecContext* FakeMediaSource::av_video_context() { 623 AVCodecContext* FakeMediaSource::av_video_context() {
623 return av_video_stream()->codec; 624 return av_video_stream()->codec;
624 } 625 }
625 626
626 } // namespace cast 627 } // namespace cast
627 } // namespace media 628 } // namespace media
OLDNEW
« no previous file with comments | « media/cast/net/rtcp/rtcp_unittest.cc ('k') | mojo/services/network/http_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698