Chromium Code Reviews| Index: tests/dom/xhr_test.dart |
| diff --git a/tests/dom/xhr_test.dart b/tests/dom/xhr_test.dart |
| index ebb5b05a7dff5bc225671d4bf8ea3061cb187e6b..45d0a26b65d29eaa5536b63ee318ea8a8003542d 100644 |
| --- a/tests/dom/xhr_test.dart |
| +++ b/tests/dom/xhr_test.dart |
| @@ -1,7 +1,7 @@ |
| #library('XHRTest'); |
| #import('../../lib/unittest/unittest.dart'); |
| #import('../../lib/unittest/dom_config.dart'); |
| -#import('dart:dom'); |
| +#import('dart:dom_deprecated'); |
| main() { |
| useDomConfiguration(); |