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

Unified Diff: lib/system/map.dart

Issue 1413863004: Rename the _fletch_system and service and dart: libraries (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Fixes after self-review Created 5 years, 2 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 | « lib/system/list.dart ('k') | lib/system/nsm.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/system/map.dart
diff --git a/lib/system/map.dart b/lib/system/map.dart
index 17c619fc833017e3456818074a85974b6d6a3a90..ab3bc8be4246314f8adb818b76a5c2094cf6d836 100644
--- a/lib/system/map.dart
+++ b/lib/system/map.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.md file.
-part of dart.system;
+part of dart.fletch._system;
class _ConstantMap<K, V> implements Map<K, V> {
final _keys;
« no previous file with comments | « lib/system/list.dart ('k') | lib/system/nsm.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698