| Index: tests/html/speechrecognition_test.dart
 | 
| diff --git a/tests/html/speechrecognition_test.dart b/tests/html/speechrecognition_test.dart
 | 
| index cf3a4fa1035d9e7f541b8f0035b5f9265a7bc803..16fd9dea1295b981f7579330633f1d3e3244bc60 100644
 | 
| --- a/tests/html/speechrecognition_test.dart
 | 
| +++ b/tests/html/speechrecognition_test.dart
 | 
| @@ -3,8 +3,8 @@
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
|  library speech_recognition_test;
 | 
| -import '../../pkg/unittest/lib/unittest.dart';
 | 
| -import '../../pkg/unittest/lib/html_individual_config.dart';
 | 
| +import 'package:unittest/unittest.dart';
 | 
| +import 'package:unittest/html_individual_config.dart';
 | 
|  import 'dart:html';
 | 
|  
 | 
|  main() {
 | 
| 
 |