| Index: tools/testing/dart/path.dart
|
| diff --git a/tools/testing/dart/path.dart b/tools/testing/dart/path.dart
|
| index 9ccd5462e0a21d1b83a28a7cb76cf4d06b688a56..1e1bf7dec1b8498d2419578400f8b748bb405443 100644
|
| --- a/tools/testing/dart/path.dart
|
| +++ b/tools/testing/dart/path.dart
|
| @@ -2,11 +2,12 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library path;
|
| +library legacy_path;
|
|
|
| import 'dart:io';
|
| import 'dart:math';
|
|
|
| +// TODO: Remove this class, and use the URI class for all path manipulation.
|
| class Path {
|
| final String _path;
|
| final bool isWindowsShare;
|
|
|