Chromium Code Reviews

Unified Diff: webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.h

Issue 2513363004: WebRTC: Replace ProjectRootPath by ResourcePath (Closed)
Patch Set: Created 4 years, 1 month 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/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.
« no previous file with comments | « webrtc/voice_engine/BUILD.gn ('k') | webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc » ('j') | no next file with comments »

Powered by Google App Engine