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

Side by Side Diff: content/renderer/media/mock_media_constraint_factory.cc

Issue 1547073003: Switch to standard integer types in content/renderer/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 <stddef.h>
6
7 #include "base/macros.h"
5 #include "base/strings/string_number_conversions.h" 8 #include "base/strings/string_number_conversions.h"
6 #include "base/strings/utf_string_conversions.h" 9 #include "base/strings/utf_string_conversions.h"
7 #include "content/renderer/media/media_stream_audio_processor_options.h" 10 #include "content/renderer/media/media_stream_audio_processor_options.h"
8 #include "content/renderer/media/mock_media_constraint_factory.h" 11 #include "content/renderer/media/mock_media_constraint_factory.h"
9 #include "third_party/libjingle/source/talk/app/webrtc/mediaconstraintsinterface .h" 12 #include "third_party/libjingle/source/talk/app/webrtc/mediaconstraintsinterface .h"
10 13
11 namespace content { 14 namespace content {
12 15
13 namespace { 16 namespace {
14 17
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 // This isn't part of the MediaConstraintsInterface. 98 // This isn't part of the MediaConstraintsInterface.
96 MediaAudioConstraints::kGoogBeamforming 99 MediaAudioConstraints::kGoogBeamforming
97 }; 100 };
98 MockMediaConstraintFactory factory; 101 MockMediaConstraintFactory factory;
99 for (size_t i = 0; i < arraysize(kDefaultAudioConstraints); ++i) { 102 for (size_t i = 0; i < arraysize(kDefaultAudioConstraints); ++i) {
100 AddMandatory(kDefaultAudioConstraints[i], false); 103 AddMandatory(kDefaultAudioConstraints[i], false);
101 } 104 }
102 } 105 }
103 106
104 } // namespace content 107 } // namespace content
OLDNEW
« no previous file with comments | « content/renderer/media/mock_data_channel_impl.h ('k') | content/renderer/media/mock_media_stream_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698