Index: pkg/analysis_server/lib/src/services/correction/source_buffer.dart |
diff --git a/pkg/analysis_server/lib/src/services/correction/source_buffer.dart b/pkg/analysis_server/lib/src/services/correction/source_buffer.dart |
index 98064a16152b47ce215de8aec893f54f39e8b562..24d6848300bf70395a890ff62caa13e37c9649a5 100644 |
--- a/pkg/analysis_server/lib/src/services/correction/source_buffer.dart |
+++ b/pkg/analysis_server/lib/src/services/correction/source_buffer.dart |
@@ -2,10 +2,8 @@ |
// 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 services.src.correction.source_buffer; |
- |
-import 'package:analysis_server/protocol/protocol_generated.dart'; |
import 'package:analyzer/src/generated/source.dart'; |
+import 'package:analyzer_plugin/protocol/protocol_common.dart'; |
/** |
* Helper for building Dart source with linked positions. |