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

Unified Diff: webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc

Issue 1207353002: Add new variance update option and unittests for intelligibility (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merge Created 5 years, 5 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/intelligibility/test/intelligibility_proc.cc
diff --git a/webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc b/webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc
similarity index 100%
rename from webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc
rename to webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc
index 9f7d84e701af6b0a9f303866ae999e6dbec8c613..2f1888d28cf27e169d6273e1145de20d40bc2a86 100644
--- a/webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc
+++ b/webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc
@@ -16,9 +16,9 @@
#include <stdint.h>
#include <stdlib.h>
-#include <string>
#include <sys/stat.h>
#include <sys/types.h>
+#include <string>
#include "gflags/gflags.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « webrtc/modules/audio_processing/intelligibility/intelligibility_utils_unittest.cc ('k') | webrtc/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698