Index: webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h |
diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h |
index 75f48b2c2a22e42b9978be9e4574d47ecdcf5485..7280a3a34332b1d86e7dbae2526b58eb2d928f99 100644 |
--- a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h |
+++ b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h |
@@ -13,6 +13,8 @@ |
#include "webrtc/common_types.h" |
#include "webrtc/engine_configurations.h" |
+#include "webrtc/test/gmock.h" |
+#include "webrtc/test/gtest.h" |
#include "webrtc/voice_engine/include/voe_audio_processing.h" |
#include "webrtc/voice_engine/include/voe_base.h" |
#include "webrtc/voice_engine/include/voe_codec.h" |
@@ -27,9 +29,6 @@ |
#include "webrtc/voice_engine/include/voe_volume_control.h" |
#include "webrtc/voice_engine/test/auto_test/voe_test_common.h" |
-#include "webrtc/test/gmock.h" |
-#include "webrtc/test/gtest.h" |
- |
// This convenient fixture sets up all voice engine interfaces automatically for |
// use by testing subclasses. It allocates each interface and releases it once |
// which means that if a tests allocates additional interfaces from the voice |