summaryrefslogtreecommitdiff
path: root/systrace/catapult/systrace/profile_chrome/profiler_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'systrace/catapult/systrace/profile_chrome/profiler_unittest.py')
-rw-r--r--systrace/catapult/systrace/profile_chrome/profiler_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/systrace/catapult/systrace/profile_chrome/profiler_unittest.py b/systrace/catapult/systrace/profile_chrome/profiler_unittest.py
index cd7af95..9b35753 100644
--- a/systrace/catapult/systrace/profile_chrome/profiler_unittest.py
+++ b/systrace/catapult/systrace/profile_chrome/profiler_unittest.py
@@ -18,7 +18,7 @@ class ProfilerTest(unittest.TestCase):
def setUp(self):
ui.EnableTestMode()
self._tracing_options = tracing_controller.TracingControllerConfig(None,
- None, None, None, None, None, None, None, None, None)
+ None, None, None, None, None, None, None, None)
@decorators.ClientOnlyTest
def testCaptureBasicProfile(self):