| Index: infra/bots/recipe_modules/flavor/valgrind_flavor.py
|
| diff --git a/infra/bots/recipe_modules/flavor/valgrind_flavor.py b/infra/bots/recipe_modules/flavor/valgrind_flavor.py
|
| index 2dea3e7ab4777db448188b537528374d417fbbca..0ebc161118941e52e5ee9b776823d12e2a8a09e4 100644
|
| --- a/infra/bots/recipe_modules/flavor/valgrind_flavor.py
|
| +++ b/infra/bots/recipe_modules/flavor/valgrind_flavor.py
|
| @@ -3,13 +3,13 @@
|
| # found in the LICENSE file.
|
|
|
|
|
| -import default_flavor
|
| +import gn_flavor
|
|
|
|
|
| """Utils for running under Valgrind."""
|
|
|
|
|
| -class ValgrindFlavorUtils(default_flavor.DefaultFlavorUtils):
|
| +class ValgrindFlavorUtils(gn_flavor.GNFlavorUtils):
|
| def __init__(self, m):
|
| super(ValgrindFlavorUtils, self).__init__(m)
|
| self._suppressions_file = self.m.vars.skia_dir.join(
|
|
|