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

Unified Diff: lib/internal/internal_patch.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/fletch/fletch.dart ('k') | lib/math/math_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/internal/internal_patch.dart
diff --git a/lib/internal/internal_patch.dart b/lib/internal/internal_patch.dart
index 269d8490dc445a134d80a676a7df049e8caaee35..296cd44b6452bf66c3d5ef0b301fca6d4cd8fbfe 100644
--- a/lib/internal/internal_patch.dart
+++ b/lib/internal/internal_patch.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.
-import 'dart:_fletch_system' as fletch;
+import 'dart:fletch._system' as fletch;
const patch = "patch";
« no previous file with comments | « lib/fletch/fletch.dart ('k') | lib/math/math_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698