Index: tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py |
diff --git a/tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py b/tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py |
index 30ad229ed0167aa37c3d6e25fa7a5f1521988f0b..24f937c564ea48dee6b8b653c195ee354fa0b1cc 100644 |
--- a/tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py |
+++ b/tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py |
@@ -107,7 +107,7 @@ class InspectorEventParsingTest(unittest.TestCase): |
class InspectorTimelineTabTest(tab_test_case.TabTestCase): |
def _StartServer(self): |
base_dir = os.path.dirname(__file__) |
- self._browser.SetHTTPServerDirectory(os.path.join(base_dir, '..', '..', |
+ self._browser.SetHTTPServerDirectories(os.path.join(base_dir, '..', '..', |
'unittest_data')) |
def _WaitForAnimationFrame(self): |