commit | 74640895fafbb90a6630a6a91b80da0a7cff229c | [log] [tgz] |
---|---|---|
author | Henrik Kjellander <kjellander@webrtc.org> | Thu Oct 29 11:31:02 2015 +0100 |
committer | Henrik Kjellander <kjellander@webrtc.org> | Thu Oct 29 10:31:11 2015 +0000 |
tree | 4774ccd663cc74342167fb5f2ef29e7189d29578 | |
parent | be81fa538d915542c0be7a304398aa60b4e3de67 [diff] [blame] |
audio_coding: rename interface -> include BUG=webrtc:5095 R=henrik.lundin@webrtc.org TBR=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1417173004 . Cr-Commit-Position: refs/heads/master@{#10444}
diff --git a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc index 9aec87f..6499155 100644 --- a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc +++ b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
@@ -12,7 +12,7 @@ * This file includes unit tests for NetEQ. */ -#include "webrtc/modules/audio_coding/neteq/interface/neteq.h" +#include "webrtc/modules/audio_coding/neteq/include/neteq.h" #include <math.h> #include <stdlib.h>