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

Unified Diff: webrtc/api/audio_codec/audio_format.cc

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/audio_codec/audio_format.cc
diff --git a/webrtc/modules/audio_coding/codecs/audio_format.cc b/webrtc/api/audio_codec/audio_format.cc
similarity index 97%
rename from webrtc/modules/audio_coding/codecs/audio_format.cc
rename to webrtc/api/audio_codec/audio_format.cc
index 88e42c5d3f65b99c71a89ad42e49740a5b8157ec..81e272086c175e7a6a010287f5a0d888b89df69c 100644
--- a/webrtc/modules/audio_coding/codecs/audio_format.cc
+++ b/webrtc/api/audio_codec/audio_format.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/audio_coding/codecs/audio_format.h"
+#include "webrtc/api/audio_codec/audio_format.h"
#include "webrtc/common_types.h"

Powered by Google App Engine
This is Rietveld 408576698