| Index: scripts/slave/recipe_modules/webrtc/api.py
|
| diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
|
| index 871e0575adad9ff58310887feb0eb6a975e2d716..b6f79c97c23f982e3899fbe1dd0f3858f1bc348b 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/api.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/api.py
|
| @@ -145,7 +145,7 @@ class WebRTCApi(recipe_api.RecipeApi):
|
| self.m.platform.name).split('-', 1)[0])
|
|
|
| def checkout(self, **kwargs):
|
| - self._working_dir = self.m.chromium_tests.get_checkout_dir({})
|
| + self._working_dir = self.m.chromium_checkout.get_checkout_dir({})
|
| if self._working_dir:
|
| kwargs.setdefault('cwd', self._working_dir)
|
|
|
|
|