Index: webrtc/pc/rtcstats_integrationtest.cc |
diff --git a/webrtc/pc/rtcstats_integrationtest.cc b/webrtc/pc/rtcstats_integrationtest.cc |
index 47fa0e3b0fbd819ee13858823459bf2a9827bff2..56a4ef11edae0c74339569cd760b1cc530986a6c 100644 |
--- a/webrtc/pc/rtcstats_integrationtest.cc |
+++ b/webrtc/pc/rtcstats_integrationtest.cc |
@@ -336,7 +336,7 @@ class RTCStatsReportVerifier { |
} |
EXPECT_TRUE(verify_successful) << |
"One or more problems with the stats. This is the report:\n" << |
- report_->ToString(); |
+ report_->ToJson(); |
} |
bool VerifyRTCCertificateStats( |