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

Unified Diff: test/data/input/dom_accessor_binding2_test.html

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
Index: test/data/input/dom_accessor_binding2_test.html
diff --git a/test/data/input/dom_accessor_binding2_test.html b/test/data/input/dom_accessor_binding2_test.html
index dc7c1bb39717962f548fab22439fc8398468d12e..d8f5b56693006f0f340e1300de37faed28474bf2 100644
--- a/test/data/input/dom_accessor_binding2_test.html
+++ b/test/data/input/dom_accessor_binding2_test.html
@@ -15,7 +15,7 @@
<input type="checkbox" checked="{{boolVar}}">
<script type="application/dart">
import 'dart:html';
- import 'package:web_components/watcher.dart';
+ import 'package:web_ui/watcher.dart';
bool boolVar = false;
main() {
window.on.load.add((e) {

Powered by Google App Engine
This is Rietveld 408576698