commit | c20978e581a3f71d96ef2f6078fbad350922fff8 | [log] [tgz] |
---|---|---|
author | Edward Lemur <ehmaldonado@webrtc.org> | Thu Jul 06 19:44:34 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 06 19:11:40 2017 +0000 |
tree | 23b63fff3c00246b6781c2132219d35deb831263 | |
parent | ea39dfa7701ad58e7474e39942591892ce3973ff [diff] [blame] |
Rename webrtc/base -> webrtc/rtc_base NOPRESUBMIT=True # cpplint errors that aren't caused by this CL. NOTRY=True NOTREECHECKS=True TBR=kwiberg@webrtc.org, kjellander@webrtc.org Bug: webrtc:7634 Change-Id: I3cca0fbaa807b563c95979cccd6d1bec32055f36 Reviewed-on: https://chromium-review.googlesource.com/562156 Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#18919}
diff --git a/webrtc/modules/audio_coding/neteq/sync_buffer.cc b/webrtc/modules/audio_coding/neteq/sync_buffer.cc index 9285bbc..29630b6 100644 --- a/webrtc/modules/audio_coding/neteq/sync_buffer.cc +++ b/webrtc/modules/audio_coding/neteq/sync_buffer.cc
@@ -10,8 +10,8 @@ #include <algorithm> // Access to min. -#include "webrtc/base/checks.h" #include "webrtc/modules/audio_coding/neteq/sync_buffer.h" +#include "webrtc/rtc_base/checks.h" namespace webrtc {