| Index: scripts/slave/recipe_modules/chromium_android/example.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py
|
| index 96ccda028ac2c84c34e8aba2265c070fb92d8d46..d618c154e677aa3c26b2d29cd4f5ae4557022f2c 100644
|
| --- a/scripts/slave/recipe_modules/chromium_android/example.py
|
| +++ b/scripts/slave/recipe_modules/chromium_android/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 = [
|
| 'adb',
|
|
|