| Index: scripts/slave/recipes/nacl.py
 | 
| diff --git a/scripts/slave/recipes/nacl.py b/scripts/slave/recipes/nacl.py
 | 
| index a664c7b75ab3a355cf5fd1343702cdb57819b424..99a488be4ad658e73f659c0ac55f6ecfc142aa78 100644
 | 
| --- a/scripts/slave/recipes/nacl.py
 | 
| +++ b/scripts/slave/recipes/nacl.py
 | 
| @@ -5,7 +5,6 @@
 | 
|  DEPS = [
 | 
|    'depot_tools/bot_update',
 | 
|    'depot_tools/gclient',
 | 
| -  'depot_tools/infra_paths',
 | 
|    'recipe_engine/path',
 | 
|    'recipe_engine/platform',
 | 
|    'recipe_engine/properties',
 | 
| @@ -48,7 +47,7 @@ def _AnnotatedStepsSteps(api, got_revision):
 | 
|        'BUILDBOT_BUILDERNAME': api.properties['buildername'],
 | 
|        'BUILDBOT_REVISION': api.properties['revision'],
 | 
|        'BUILDBOT_GOT_REVISION': got_revision,
 | 
| -      'RUNTEST': api.infra_paths['build'].join('scripts', 'slave', 'runtest.py'),
 | 
| +      'RUNTEST': api.path['build'].join('scripts', 'slave', 'runtest.py'),
 | 
|        'BUILDBOT_SLAVE_TYPE': api.properties['slavetype'],
 | 
|    }
 | 
|    # Set up env for the triggered builders.
 | 
| 
 |