commit | 98f53510b222f71fdd8b799b2f33737ceeb28c61 | [log] [tgz] |
---|---|---|
author | Henrik Kjellander <kjellander@webrtc.org> | Wed Oct 28 18:17:40 2015 +0100 |
committer | Henrik Kjellander <kjellander@webrtc.org> | Wed Oct 28 17:17:50 2015 +0000 |
tree | 897af57562951bc2d7e31062731184dd14a7c9a9 | |
parent | ebc0b4e99365443111857a0c7cfcc8944d8f1b6e [diff] [blame] |
system_wrappers: rename interface -> include BUG=webrtc:5095 R=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1413333002 . Cr-Commit-Position: refs/heads/master@{#10438}
diff --git a/webrtc/modules/audio_coding/main/acm2/nack.cc b/webrtc/modules/audio_coding/main/acm2/nack.cc index 525b1ea..d509045 100644 --- a/webrtc/modules/audio_coding/main/acm2/nack.cc +++ b/webrtc/modules/audio_coding/main/acm2/nack.cc
@@ -15,7 +15,7 @@ #include <algorithm> // For std::max. #include "webrtc/modules/interface/module_common_types.h" -#include "webrtc/system_wrappers/interface/logging.h" +#include "webrtc/system_wrappers/include/logging.h" namespace webrtc {