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

Unified Diff: webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc

Issue 2784873002: Delete unneeded includes of deprecated system_wrappers include files. (Closed)
Patch Set: Delete unneeded includes of system_wrappers/include/critical_section_wrapper.h Created 3 years, 9 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_device/linux/latebindingsymboltable_linux.cc
diff --git a/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc b/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc
index 6e1b9761d9ff82adbbcbace1033bbfaf0b131233..bc5a3f818c479b355e6151cb886a534f8c2d1819 100644
--- a/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc
+++ b/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc
@@ -10,6 +10,8 @@
#include "webrtc/modules/audio_device/linux/latebindingsymboltable_linux.h"
+#include "webrtc/system_wrappers/include/trace.h"
+
#ifdef WEBRTC_LINUX
#include <dlfcn.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698