Chromium Code Reviews

Unified Diff: webrtc/media/engine/payload_type_mapper.h

Issue 2668523004: Move AudioDecoder and related stuff to the api/ directory (Closed)
Patch Set: sort #includes + git cl format Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/media/engine/payload_type_mapper.h
diff --git a/webrtc/media/engine/payload_type_mapper.h b/webrtc/media/engine/payload_type_mapper.h
index 248aace10b7815cd7c4acee9544a4fd3b0450fbc..361099f0191057385e87fb5ca6604f5beecce117 100644
--- a/webrtc/media/engine/payload_type_mapper.h
+++ b/webrtc/media/engine/payload_type_mapper.h
@@ -14,9 +14,9 @@
#include <map>
#include <set>
+#include "webrtc/api/audio_codec/audio_format.h"
#include "webrtc/base/optional.h"
#include "webrtc/media/base/codec.h"
-#include "webrtc/modules/audio_coding/codecs/audio_format.h"
namespace cricket {

Powered by Google App Engine