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

Unified Diff: webrtc/modules/audio_processing/splitting_filter.cc

Issue 2964773002: Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" (Closed)
Patch Set: Created 3 years, 6 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_processing/splitting_filter.cc
diff --git a/webrtc/modules/audio_processing/splitting_filter.cc b/webrtc/modules/audio_processing/splitting_filter.cc
index 203201ebe3e1dc943235a5a4f819c998ad409ec1..9f1093569903a3c3d362a090e812700165cfdd2f 100644
--- a/webrtc/modules/audio_processing/splitting_filter.cc
+++ b/webrtc/modules/audio_processing/splitting_filter.cc
@@ -10,9 +10,9 @@
#include "webrtc/modules/audio_processing/splitting_filter.h"
-#include "webrtc/common_audio/channel_buffer.h"
+#include "webrtc/base/checks.h"
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
-#include "webrtc/rtc_base/checks.h"
+#include "webrtc/common_audio/channel_buffer.h"
namespace webrtc {
« no previous file with comments | « webrtc/modules/audio_processing/rms_level_unittest.cc ('k') | webrtc/modules/audio_processing/test/aec_dump_based_simulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698