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