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

Unified Diff: pkg/mime/lib/src/extension_map.dart

Issue 141433024: pkg/mime: formatting, finals, consts, etc (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nits Created 6 years, 11 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
« no previous file with comments | « no previous file | pkg/mime/lib/src/magic_number.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mime/lib/src/extension_map.dart
diff --git a/pkg/mime/lib/src/extension_map.dart b/pkg/mime/lib/src/extension_map.dart
index ac534aea5c8111fc814fffae23b732190c570ff4..745556b540b0954e799295609549877575a9dd10 100644
--- a/pkg/mime/lib/src/extension_map.dart
+++ b/pkg/mime/lib/src/extension_map.dart
@@ -6,7 +6,7 @@ part of mime;
// TODO(ajohnsen): Use sorted list and binary search?
-Map<String, String> _defaultExtensionMap = const <String, String>{
+const Map<String, String> _DEFAULT_EXTENSION_MAP = const <String, String>{
'123':'application/vnd.lotus-1-2-3',
'3dml':'text/vnd.in3d.3dml',
'3ds':'image/x-3ds',
« no previous file with comments | « no previous file | pkg/mime/lib/src/magic_number.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698