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

Unified Diff: pkg/http/test/multipart_test.dart

Issue 18356011: Rename "pathos" package to "path". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months 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
Index: pkg/http/test/multipart_test.dart
diff --git a/pkg/http/test/multipart_test.dart b/pkg/http/test/multipart_test.dart
index 61535414489d800161ca84850f603c198677d2e3..5a3636e503179e207cd0e6eee8250689e375e494 100644
--- a/pkg/http/test/multipart_test.dart
+++ b/pkg/http/test/multipart_test.dart
@@ -10,7 +10,7 @@ import 'dart:utf';
import 'package:http/http.dart' as http;
import 'package:http/src/utils.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
import 'package:unittest/unittest.dart';
import 'utils.dart';

Powered by Google App Engine
This is Rietveld 408576698