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

Unified Diff: lib/templating.dart

Issue 11465028: rename web_components -> web_ui (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 8 years 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/src/utils.dart ('k') | lib/web_components.dart » ('j') | pubspec.yaml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/templating.dart
diff --git a/lib/templating.dart b/lib/templating.dart
index 8ac67a0cbb58de1dc8d9e6c2442aac01fbd7e2fc..1c04634cc11cc96e6e374f01a094d942003531d0 100644
--- a/lib/templating.dart
+++ b/lib/templating.dart
@@ -7,8 +7,8 @@ library templating;
import 'dart:html';
import 'dart:uri';
-import 'package:web_components/safe_html.dart';
-import 'package:web_components/watcher.dart';
+import 'package:web_ui/safe_html.dart';
+import 'package:web_ui/watcher.dart';
/**
* Removes all sibling nodes from `start.nextNode` until [end] (inclusive). For
« no previous file with comments | « lib/src/utils.dart ('k') | lib/web_components.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698