Chromium Code Reviews| Index: tests/dom/wrapper_test.dart |
| diff --git a/tests/dom/wrapper_test.dart b/tests/dom/wrapper_test.dart |
| index 817f133e0ab8ddc1582d9040a43f2790b55b969b..42f6e0ea6274349f33742c9a9717cd463dcf5da0 100644 |
| --- a/tests/dom/wrapper_test.dart |
| +++ b/tests/dom/wrapper_test.dart |
| @@ -1,7 +1,7 @@ |
| #library('WrapperTest'); |
| #import('../../lib/unittest/unittest.dart'); |
| #import('../../lib/unittest/dom_config.dart'); |
| -#import('dart:dom'); |
| +#import('dart:dom_deprecated'); |
| main() { |
| HTMLCanvasElement canvas; |