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