| Index: pkg/analyzer/lib/instrumentation/file_instrumentation.dart
|
| diff --git a/pkg/analyzer/lib/instrumentation/file_instrumentation.dart b/pkg/analyzer/lib/instrumentation/file_instrumentation.dart
|
| index 0e76476c05303cb091107e7d20de802beed43ac9..011d2116b8be5ee59ccb998661568dfecafd0920 100644
|
| --- a/pkg/analyzer/lib/instrumentation/file_instrumentation.dart
|
| +++ b/pkg/analyzer/lib/instrumentation/file_instrumentation.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library instrumentation;
|
| +library file_instrumentation;
|
|
|
| import 'dart:io';
|
|
|
|
|