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

Side by Side Diff: webrtc/pc/rtcstats_integrationtest.cc

Issue 2869863003: Remove temporary include of builtin_audio_encoder_factory.h. (Closed)
Patch Set: Created 3 years, 7 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 | « webrtc/pc/peerconnectionendtoend_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2016 The WebRTC project authors. All Rights Reserved. 2 * Copyright 2016 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
11 #include <set> 11 #include <set>
12 #include <vector> 12 #include <vector>
13 13
14 #include "webrtc/api/audio_codecs/builtin_audio_decoder_factory.h" 14 #include "webrtc/api/audio_codecs/builtin_audio_decoder_factory.h"
15 #include "webrtc/api/audio_codecs/builtin_audio_encoder_factory.h"
15 #include "webrtc/api/datachannelinterface.h" 16 #include "webrtc/api/datachannelinterface.h"
16 #include "webrtc/api/peerconnectioninterface.h" 17 #include "webrtc/api/peerconnectioninterface.h"
17 #include "webrtc/api/stats/rtcstats_objects.h" 18 #include "webrtc/api/stats/rtcstats_objects.h"
18 #include "webrtc/api/stats/rtcstatsreport.h" 19 #include "webrtc/api/stats/rtcstatsreport.h"
19 #include "webrtc/base/checks.h" 20 #include "webrtc/base/checks.h"
20 #include "webrtc/base/gunit.h" 21 #include "webrtc/base/gunit.h"
21 #include "webrtc/base/physicalsocketserver.h" 22 #include "webrtc/base/physicalsocketserver.h"
22 #include "webrtc/base/refcountedobject.h" 23 #include "webrtc/base/refcountedobject.h"
23 #include "webrtc/base/scoped_ref_ptr.h" 24 #include "webrtc/base/scoped_ref_ptr.h"
24 #include "webrtc/base/virtualsocketserver.h" 25 #include "webrtc/base/virtualsocketserver.h"
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 caller_ = nullptr; 647 caller_ = nullptr;
647 // Any pending stats requests should have completed in the act of destroying 648 // Any pending stats requests should have completed in the act of destroying
648 // the peer connection. 649 // the peer connection.
649 EXPECT_TRUE(stats_obtainer->report()); 650 EXPECT_TRUE(stats_obtainer->report());
650 } 651 }
651 #endif // HAVE_SCTP 652 #endif // HAVE_SCTP
652 653
653 } // namespace 654 } // namespace
654 655
655 } // namespace webrtc 656 } // namespace webrtc
OLDNEW
« no previous file with comments | « webrtc/pc/peerconnectionendtoend_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698