| Index: scripts/slave/recipes/chromium_gn.py
|
| diff --git a/scripts/slave/recipes/chromium_gn.py b/scripts/slave/recipes/chromium_gn.py
|
| index 09a6bbb43787c310d4e32016ab1bd29d03a3eda2..81ebf5f2411b85340dea884eb45ebc20e356c89d 100644
|
| --- a/scripts/slave/recipes/chromium_gn.py
|
| +++ b/scripts/slave/recipes/chromium_gn.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 recipe_engine.types import freeze
|
| +from infra.libs.infra_types import freeze
|
|
|
| DEPS = [
|
| 'bot_update',
|
|
|