| Index: content/renderer/media/mock_peer_connection_impl.cc
|
| diff --git a/content/renderer/media/mock_peer_connection_impl.cc b/content/renderer/media/mock_peer_connection_impl.cc
|
| index 380670f9db304ac19b60689d1da0a5c850fb9b53..13bd548d6fd3106f10475e0cd7897a4f7279ef8a 100644
|
| --- a/content/renderer/media/mock_peer_connection_impl.cc
|
| +++ b/content/renderer/media/mock_peer_connection_impl.cc
|
| @@ -286,12 +286,12 @@ bool MockPeerConnectionImpl::GetStats(
|
| report2.id = "nontrack";
|
| report2.type = "generic";
|
| report2.timestamp = 44;
|
| - report2.values.push_back(value);
|
| - webrtc::StatsReport::Value value2 = {
|
| - webrtc::StatsReport::kStatsValueNameFingerprintAlgorithm,
|
| - "somevalue"
|
| - };
|
| - report2.values.push_back(value2);
|
| + report2.values.push_back(value);
|
| + webrtc::StatsReport::Value value2 = {
|
| + webrtc::StatsReport::kStatsValueNameFingerprintAlgorithm,
|
| + "somevalue"
|
| + };
|
| + report2.values.push_back(value2);
|
| }
|
| // Note that the callback is synchronous, not asynchronous; it will
|
| // happen before the request call completes.
|
|
|