| Index: tools/perf/metrics/webrtc_stats_unittest.py
|
| diff --git a/tools/perf/metrics/webrtc_stats_unittest.py b/tools/perf/metrics/webrtc_stats_unittest.py
|
| index 7249daed6de5816ccfc8b7f823d1d72c62bfaafe..cedf5e55b5cb09ad5a73d97c5c8d95b79e31881a 100644
|
| --- a/tools/perf/metrics/webrtc_stats_unittest.py
|
| +++ b/tools/perf/metrics/webrtc_stats_unittest.py
|
| @@ -87,7 +87,7 @@ SAMPLE_JSON = '''
|
| '''
|
|
|
|
|
| -class FakeResults:
|
| +class FakeResults(object):
|
| def __init__(self, current_page):
|
| self._received_values = []
|
| self._current_page = current_page
|
|
|