Bug 1374596: P4. Fix CubebUtils headers. r?padenot draft
authorJean-Yves Avenard <jyavenard@mozilla.com>
Tue, 20 Jun 2017 17:33:31 +0200
changeset 598126 3f37c089eb536e90846efabf5b546b292cde4760
parent 598125 eee5b6f5fb8af88ca370a0684285c041ae64ab53
child 598127 1f9f3715f397cb1827b661a510283a2263a5f6b5
push id65143
push userbmo:jyavenard@mozilla.com
push dateWed, 21 Jun 2017 12:29:21 +0000
reviewerspadenot
bugs1374596
milestone56.0a1
Bug 1374596: P4. Fix CubebUtils headers. r?padenot MozReview-Commit-ID: L8Q8814e3ad
dom/media/CubebUtils.cpp
--- a/dom/media/CubebUtils.cpp
+++ b/dom/media/CubebUtils.cpp
@@ -9,20 +9,22 @@
 #include "nsIStringBundle.h"
 #include "nsDebug.h"
 #include "nsString.h"
 #include "mozilla/Preferences.h"
 #include "mozilla/StaticMutex.h"
 #include "mozilla/StaticPtr.h"
 #include "mozilla/Telemetry.h"
 #include "mozilla/Logging.h"
+#include "mozilla/Services.h"
 #include "nsThreadUtils.h"
 #include "CubebUtils.h"
 #include "nsAutoRef.h"
 #include "prdtoa.h"
+#include "MediaInfo.h"
 
 #define PREF_VOLUME_SCALE "media.volume_scale"
 #define PREF_CUBEB_BACKEND "media.cubeb.backend"
 #define PREF_CUBEB_LATENCY_PLAYBACK "media.cubeb_latency_playback_ms"
 #define PREF_CUBEB_LATENCY_MSG "media.cubeb_latency_msg_frames"
 #define PREF_CUBEB_LOG_LEVEL "media.cubeb.log_level"
 
 #define MASK_MONO       (1 << AudioConfig::CHANNEL_MONO)