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

Unified Diff: pkg/webdriver/lib/webdriver.dart

Issue 11362139: Update library syntax in pkg files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « pkg/pkg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/webdriver/lib/webdriver.dart
===================================================================
--- pkg/webdriver/lib/webdriver.dart (revision 14644)
+++ pkg/webdriver/lib/webdriver.dart (working copy)
@@ -4,10 +4,10 @@
library webdriver;
-#import('dart:json');
-#import('dart:uri');
-#import('dart:io');
-#import('dart:math');
+import 'dart:json';
+import 'dart:uri';
+import 'dart:io';
+import 'dart:math';
part 'src/base64decoder.dart';
« no previous file with comments | « pkg/pkg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698