| Index: content/renderer/media/mock_media_constraint_factory.cc
|
| diff --git a/content/renderer/media/mock_media_constraint_factory.cc b/content/renderer/media/mock_media_constraint_factory.cc
|
| index ad70b9c8d6e2ba5707fba11fe74328a82817aab4..1bed345657d1a19d46f23db9c6919c3c12f19f99 100644
|
| --- a/content/renderer/media/mock_media_constraint_factory.cc
|
| +++ b/content/renderer/media/mock_media_constraint_factory.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "content/renderer/media/media_stream_audio_processor_options.h"
|
|
|