Chromium Code Reviews| Index: utils/lib/file_system.dart |
| diff --git a/utils/lib/file_system.dart b/utils/lib/file_system.dart |
| index 7b8da62b0d2f24d472b59d56592398b0f2733dd1..306be7a785ce4ced6d923f2243155845a16aacdf 100644 |
| --- a/utils/lib/file_system.dart |
| +++ b/utils/lib/file_system.dart |
| @@ -47,7 +47,7 @@ String joinPaths(String path1, String path2) { |
| pieces.add(piece); |
| } |
| } |
| - return Strings.join(pieces, '/'); |
| + return pieces.join('/'); |
| } |
| /** Returns the directory name for the [path]. */ |