summaryrefslogtreecommitdiff
path: root/voice_engine/include/mock/mock_voe_connection_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'voice_engine/include/mock/mock_voe_connection_observer.h')
-rw-r--r--voice_engine/include/mock/mock_voe_connection_observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/voice_engine/include/mock/mock_voe_connection_observer.h b/voice_engine/include/mock/mock_voe_connection_observer.h
index 62e572e7..12ca6395 100644
--- a/voice_engine/include/mock/mock_voe_connection_observer.h
+++ b/voice_engine/include/mock/mock_voe_connection_observer.h
@@ -17,8 +17,8 @@ namespace webrtc {
class MockVoeConnectionObserver : public VoEConnectionObserver {
public:
- MOCK_METHOD2(OnPeriodicDeadOrAlive, void(const int channel,
- const bool alive));
+ MOCK_METHOD2(OnPeriodicDeadOrAlive, void(int channel,
+ bool alive));
};
}