Index: sdk/lib/io/crypto.dart |
diff --git a/sdk/lib/io/crypto.dart b/sdk/lib/io/crypto.dart |
index db4101576e9aa1d67d83ff1a1547c31bc59ee334..1b8f1b8a6503c8136588a9b2eda229d4d25abc05 100644 |
--- a/sdk/lib/io/crypto.dart |
+++ b/sdk/lib/io/crypto.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 "dart:io"; |
+part of dart.io; |
class _CryptoUtils { |
static const int PAD = 61; // '=' |