Index: lib/async/async_patch.dart |
diff --git a/lib/async/async_patch.dart b/lib/async/async_patch.dart |
index 63f4e2fee86354073142772ab12025cfe57486f9..a079c87f9b3d303b105eb9b98f256c9ad4cee218 100644 |
--- a/lib/async/async_patch.dart |
+++ b/lib/async/async_patch.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-import 'dart:_fletch_system' as fletch; |
+import 'dart:fletch._system' as fletch; |
import 'dart:fletch'; |
import 'dart:fletch.os' as os; |
import 'dart:math'; |