| Index: pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart b/pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart
|
| index b622c32db8959759086bc8e49a41656ea134782c..7691fbb32fe6a54c4a5a88cf8b9d3a70f32b6269 100644
|
| --- a/pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart
|
| +++ b/pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart
|
| @@ -2,10 +2,9 @@
|
| // 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.refactoring.naming_conventions;
|
| -
|
| import 'package:analysis_server/src/services/correction/status.dart';
|
| import 'package:analysis_server/src/services/correction/strings.dart';
|
| +import 'package:analyzer_plugin/src/utilities/string_utilities.dart';
|
| import 'package:front_end/src/scanner/token.dart' show Keyword;
|
|
|
| /**
|
|
|