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

Unified Diff: lib/src/util/io.dart

Issue 2232533002: Rename nestingMiddleware to PathHandler.nestedIn. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « lib/src/runner/browser/platform.dart ('k') | lib/src/util/path_handler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/util/io.dart
diff --git a/lib/src/util/io.dart b/lib/src/util/io.dart
index 3f7f13a6736d7d3697d8ac2f3961d29f88bb56b0..fcaa35a591a3a2fd837dd7ee0bbff8de7ad3483a 100644
--- a/lib/src/util/io.dart
+++ b/lib/src/util/io.dart
@@ -7,6 +7,7 @@ import 'dart:io';
import 'package:path/path.dart' as p;
import 'package:pub_semver/pub_semver.dart';
+import 'package:shelf/shelf.dart' as shelf;
jakemac 2016/08/09 20:12:24 Not sure why this is necessary?
nweiz 2016/08/09 22:01:34 Oops, this was left over from a different change.
import '../backend/operating_system.dart';
import '../util/stream_queue.dart';
« no previous file with comments | « lib/src/runner/browser/platform.dart ('k') | lib/src/util/path_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698