| Index: scripts/slave/recipe_modules/cronet/example.py
|
| diff --git a/scripts/slave/recipe_modules/cronet/example.py b/scripts/slave/recipe_modules/cronet/example.py
|
| index b58e61930a801c6e3b3e1fa5bcac4f43576d60e1..a6b960d61e48367e9cd8d041663a7d9e86f27cb6 100644
|
| --- a/scripts/slave/recipe_modules/cronet/example.py
|
| +++ b/scripts/slave/recipe_modules/cronet/example.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from infra.libs.infra_types import freeze
|
| +from recipe_engine.types import freeze
|
|
|
| DEPS = [
|
| 'cronet',
|
|
|