| Index: content/test/gpu/gpu_tests/path_util.py
|
| diff --git a/content/test/gpu/gpu_tests/path_util.py b/content/test/gpu/gpu_tests/path_util.py
|
| index 70d1fcd1a0a0e60a96448bc1f377eeafb9a068ca..0713155dcd8f9feaacf4ce441eb93c81e0ec6c05 100644
|
| --- a/content/test/gpu/gpu_tests/path_util.py
|
| +++ b/content/test/gpu/gpu_tests/path_util.py
|
| @@ -28,9 +28,9 @@ def SetupTelemetryPaths():
|
| absolute_perf_path = os.path.abspath(perf_path)
|
|
|
| sys.path.append(absolute_perf_path)
|
| - from chrome_telemetry_build import chromium_config
|
| + from core import path_util
|
|
|
| - telemetry_path = chromium_config.GetTelemetryDir()
|
| + telemetry_path = path_util.GetTelemetryDir()
|
| if telemetry_path not in sys.path:
|
| sys.path.append(telemetry_path)
|
|
|
|
|