Chromium Code Reviews| Index: scm.py |
| diff --git a/scm.py b/scm.py |
| index b577be5d4182194e1a21a9b440369ca6787f0d82..0ccd280f67981486f1cff2ff9e48beb941d0d6fc 100644 |
| --- a/scm.py |
| +++ b/scm.py |
| @@ -459,7 +459,7 @@ class SVN(object): |
| # Warning: It's bad, it assumes args[2] is the directory |
| # argument. |
| if os.path.isdir(args[2]): |
| - chromium_utils.RemoveDirectory(args[2]) |
| + gclient_utils.RemoveDirectory(args[2]) |
| break |
| else: |
| # No known svn error was found, bail out. |