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

Unified Diff: voice_engine/voice_engine_fixture.h

Issue 3018523002: Clean out unused methods from VoiceEngine and VoEBase. (Closed)
Patch Set: rebase Created 3 years, 3 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
« no previous file with comments | « voice_engine/voice_engine_defines.h ('k') | voice_engine/voice_engine_fixture.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: voice_engine/voice_engine_fixture.h
diff --git a/voice_engine/voice_engine_fixture.h b/voice_engine/voice_engine_fixture.h
index c4fc5d0d254344aee162cac177a2eab9b7bdfe62..4d52aa7da21dda5d10d23608414622e77018014a 100644
--- a/voice_engine/voice_engine_fixture.h
+++ b/voice_engine/voice_engine_fixture.h
@@ -14,7 +14,6 @@
#include "test/mock_transport.h"
#include "voice_engine/include/voe_base.h"
#include "voice_engine/include/voe_network.h"
-#include "voice_engine/mock/mock_voe_observer.h"
namespace webrtc {
@@ -26,7 +25,6 @@ class VoiceEngineFixture : public ::testing::Test {
VoiceEngine* voe_;
VoEBase* base_;
VoENetwork* network_;
- MockVoEObserver observer_;
FakeAudioDeviceModule adm_;
MockTransport transport_;
rtc::scoped_refptr<AudioProcessing> apm_;
« no previous file with comments | « voice_engine/voice_engine_defines.h ('k') | voice_engine/voice_engine_fixture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698