Index: tools/perf/measurements/page_cycler_unittest.py |
diff --git a/tools/perf/measurements/page_cycler_unittest.py b/tools/perf/measurements/page_cycler_unittest.py |
index d2a38d098ec902ee311a477493647d734738f040..a02bed79ffe27f0b949f13c82a03cc57d19c614c 100644 |
--- a/tools/perf/measurements/page_cycler_unittest.py |
+++ b/tools/perf/measurements/page_cycler_unittest.py |
@@ -15,7 +15,7 @@ from metrics import keychain_metric |
# Allow testing protected members in the unit test. |
-# pylint: disable=W0212 |
+# pylint: disable=protected-access |
class MockMemoryMetric(object): |
"""Used instead of simple_mock.MockObject so that the precise order and |