| Index: scripts/slave/recipes/chromium_pgo.py
|
| diff --git a/scripts/slave/recipes/chromium_pgo.py b/scripts/slave/recipes/chromium_pgo.py
|
| index 9a9f4067d9af7c869b191cadbb078a84429bd766..8219c5e72477012e56bf6e21d08b58d5444e8f07 100644
|
| --- a/scripts/slave/recipes/chromium_pgo.py
|
| +++ b/scripts/slave/recipes/chromium_pgo.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 = [
|
| 'archive',
|
|
|