Index: talk/session/media/currentspeakermonitor_unittest.cc |
diff --git a/talk/session/media/currentspeakermonitor_unittest.cc b/talk/session/media/currentspeakermonitor_unittest.cc |
index 7970cea18b398f1798e3dae2c909a94f6ae0e4e7..fa2a3ce893aa2553da1bbb1e8f6b033c281fd099 100644 |
--- a/talk/session/media/currentspeakermonitor_unittest.cc |
+++ b/talk/session/media/currentspeakermonitor_unittest.cc |
@@ -46,7 +46,7 @@ class CurrentSpeakerMonitorTest : public testing::Test, |
public sigslot::has_slots<> { |
public: |
CurrentSpeakerMonitorTest() { |
- monitor_ = new CurrentSpeakerMonitor(&source_, NULL); |
+ monitor_ = new CurrentSpeakerMonitor(&source_); |
// Shrink the minimum time betweeen switches to 10 ms so we don't have to |
// slow down our tests. |
monitor_->set_min_time_between_switches(kMinTimeBetweenSwitches); |