Index: webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h |
diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h b/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h |
index 1348e481a8a007899994a863e67da6059dc5d768..0ff4a06e14940e14494e9bddf195ceb1685f3ea7 100644 |
--- a/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h |
+++ b/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h |
@@ -13,7 +13,6 @@ |
#include <string> |
#include "webrtc/voice_engine/test/auto_test/fixtures/after_initialization_fixture.h" |
-#include "webrtc/voice_engine/test/auto_test/resource_manager.h" |
// This fixture will, in addition to the work done by its superclasses, |
// create a channel and prepare playing a file through the fake microphone |
@@ -26,7 +25,6 @@ class BeforeStreamingFixture : public AfterInitializationFixture { |
protected: |
int channel_; |
- ResourceManager resource_manager_; |
std::string fake_microphone_input_file_; |
// Shuts off the fake microphone for this test. |