Chromium Code Reviews

Unified Diff: webrtc/modules/audio_processing/vad/gmm_unittest.cc

Issue 2381013002: Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_processing/vad/gmm_unittest.cc
diff --git a/webrtc/modules/audio_processing/vad/gmm_unittest.cc b/webrtc/modules/audio_processing/vad/gmm_unittest.cc
index 5444cbc27369d9ebcecc56f8c227809139d0ef4c..46785af12fb3c56aa522e4c6ba5a7120b4740f18 100644
--- a/webrtc/modules/audio_processing/vad/gmm_unittest.cc
+++ b/webrtc/modules/audio_processing/vad/gmm_unittest.cc
@@ -12,9 +12,9 @@
#include <math.h>
-#include "webrtc/test/gtest.h"
#include "webrtc/modules/audio_processing/vad/noise_gmm_tables.h"
#include "webrtc/modules/audio_processing/vad/voice_gmm_tables.h"
+#include "webrtc/test/gtest.h"
namespace webrtc {

Powered by Google App Engine