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

Unified Diff: webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h

Issue 2799033006: Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. (Closed)
Patch Set: Created 3 years, 8 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/modules/audio_coding/codecs/mock/mock_audio_encoder.h
diff --git a/webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h b/webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h
index 27819adcc4ff6d690073d610c916e461235bbcc0..bb5d423f10b4748521efe9f1e3a700a5cdc67253 100644
--- a/webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h
+++ b/webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h
@@ -13,8 +13,8 @@
#include <string>
+#include "webrtc/api/audio_codecs/audio_encoder.h"
#include "webrtc/base/array_view.h"
-#include "webrtc/modules/audio_coding/codecs/audio_encoder.h"
#include "webrtc/test/gmock.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698