Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1267)

Unified Diff: lib/src/base64.dart

Issue 1350933002: Stop using parts. (Closed) Base URL: git@github.com:dart-lang/crypto.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/src/base64.dart
diff --git a/lib/src/base64.dart b/lib/src/base64.dart
index 1360638afb04ffd7de2c69ce600ab76bbb65d19e..ad0d8bc14831f6da62d08d55681a87eea8462452 100644
--- a/lib/src/base64.dart
+++ b/lib/src/base64.dart
@@ -2,7 +2,10 @@
// 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 crypto;
+library crypto.base64;
+
+import 'dart:convert';
+import 'dart:typed_data';
const Base64Codec BASE64 = const Base64Codec();
« no previous file with comments | « lib/crypto.dart ('k') | lib/src/crypto_utils.dart » ('j') | lib/src/hash_base.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698