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

Unified Diff: test/data/input/component_field_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/component_field_test.html
diff --git a/test/data/input/component_field_test.html b/test/data/input/component_field_test.html
index 2d28a7d0a8e1f535eef9481fe1c41e56c5e89b10..1c07ebcb39e14efeaaed7c39f9a5bf872d779d70 100644
--- a/test/data/input/component_field_test.html
+++ b/test/data/input/component_field_test.html
@@ -16,7 +16,7 @@
<template>{{greetIng}}, {{title}}{{ending}}</template>
<script type='application/dart'>
import 'common.dart';
- import 'package:web_components/web_components.dart';
+ import 'package:web_ui/web_ui.dart';
class Greeter extends WebComponent {
String greetIng, ending;
}

Powered by Google App Engine
This is Rietveld 408576698