| Index: lib/src/runner/browser/content_shell.dart
|
| diff --git a/lib/src/runner/browser/content_shell.dart b/lib/src/runner/browser/content_shell.dart
|
| index 875ba32607443607a79a305c8ebbf4fb69a3559d..fe4fef2d134f9bb417e1fa1c610d2a7473025aad 100644
|
| --- a/lib/src/runner/browser/content_shell.dart
|
| +++ b/lib/src/runner/browser/content_shell.dart
|
| @@ -7,9 +7,6 @@ library test.runner.browser.content_shell;
|
| import 'dart:async';
|
| import 'dart:io';
|
|
|
| -import 'package:path/path.dart' as p;
|
| -
|
| -import '../../util/io.dart';
|
| import 'browser.dart';
|
|
|
| /// A class for running an instance of the Dartium content shell.
|
|
|