| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index ac9b69dc017d3b62e10fe62252ef3961091b55a3..31bf492f3841b56159ed791910470eeebd54f893 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -411,7 +411,7 @@ def _GenStepsInternal(api):
|
| affected_files = api.tryserver.get_files_affected_by_patch()
|
| if (any([f.startswith('third_party/WebKit') for f in affected_files]) and
|
| buildername in CHROMIUM_BLINK_TESTS_BUILDERS):
|
| - tests.append(api.chromium.steps.BlinkTest())
|
| + tests.append(api.chromium_tests.steps.BlinkTest())
|
|
|
| compile_targets, tests_including_triggered = \
|
| api.chromium_tests.get_compile_targets_and_tests(
|
|
|