Index: sdk/lib/async/stream_controller.dart |
diff --git a/sdk/lib/async/stream_controller.dart b/sdk/lib/async/stream_controller.dart |
index dbe3875b3b2e5567e6be8050dcfe0b9013f0f43a..721a09a9a82ff44711e04ce8328c78c9b2d004a4 100644 |
--- a/sdk/lib/async/stream_controller.dart |
+++ b/sdk/lib/async/stream_controller.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 file. |
-part of "async.dart"; |
+part of dart.async; |
// ------------------------------------------------------------------- |
// Controller for creating and adding events to a stream. |