Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: tools/testing/dart/path.dart

Issue 756423003: Rename legacy path library in tools/testing to avoid name collision. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698