| Index: pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
|
| diff --git a/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart b/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
|
| index 85c083a95e4f3ce0385e77096b2608a2889f6c00..12ec326ad2a288a3a54f795623ef65cebd6bad8d 100644
|
| --- a/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
|
| +++ b/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
|
| @@ -2,15 +2,13 @@
|
| // 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 analysis_server.plugin.edit.fix.fix_core;
|
| -
|
| import 'dart:async';
|
|
|
| -import 'package:analysis_server/protocol/protocol_generated.dart'
|
| - show SourceChange;
|
| import 'package:analyzer/error/error.dart';
|
| import 'package:analyzer/file_system/file_system.dart';
|
| import 'package:analyzer/src/generated/engine.dart';
|
| +import 'package:analyzer_plugin/protocol/protocol_common.dart'
|
| + show SourceChange;
|
|
|
| /**
|
| * A description of a single proposed fix for some problem.
|
|
|