Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: tools/perf/metrics/webrtc_stats_unittest.py

Issue 1134363002: Enable old-style-class lint check for telemetry & perf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/pylintrc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | tools/perf/pylintrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698