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

Unified Diff: third_party/pkg/angular/lib/tools/html_extractor.dart

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
Index: third_party/pkg/angular/lib/tools/html_extractor.dart
diff --git a/third_party/pkg/angular/lib/tools/html_extractor.dart b/third_party/pkg/angular/lib/tools/html_extractor.dart
index cbe84271224f6870143c1f8dcc56171983347318..175e74be62db8337bbde0e5d8f6f82a7f87849df 100644
--- a/third_party/pkg/angular/lib/tools/html_extractor.dart
+++ b/third_party/pkg/angular/lib/tools/html_extractor.dart
@@ -3,9 +3,9 @@ library angular.html_parser;
import 'package:html5lib/parser.dart';
import 'package:html5lib/dom.dart';
-import 'selector.dart';
-import 'io.dart';
-import 'common.dart';
+import 'package:angular/tools/selector.dart';
+import 'package:angular/tools/io.dart';
+import 'package:angular/tools/common.dart';
typedef NodeVisitor(Node node);
« no previous file with comments | « third_party/pkg/angular/lib/tools/expression_extractor.dart ('k') | third_party/pkg/angular/lib/tools/io_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698