| Index: pkg/analyzer/lib/src/generated/sdk.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/sdk.dart b/pkg/analyzer/lib/src/generated/sdk.dart
|
| index c4f034fcdd819730c4cc9f1bac376da0af14ffb7..4c756e294013c21b0b1fed36d5580449e3a3dd76 100644
|
| --- a/pkg/analyzer/lib/src/generated/sdk.dart
|
| +++ b/pkg/analyzer/lib/src/generated/sdk.dart
|
| @@ -2,13 +2,14 @@
|
| // 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 engine.sdk;
|
| +library analyzer.src.generated.sdk;
|
|
|
| import 'dart:collection';
|
|
|
| -import 'ast.dart';
|
| -import 'engine.dart' show AnalysisContext;
|
| -import 'source.dart' show ContentCache, Source, UriKind;
|
| +import 'package:analyzer/src/generated/ast.dart';
|
| +import 'package:analyzer/src/generated/engine.dart' show AnalysisContext;
|
| +import 'package:analyzer/src/generated/source.dart'
|
| + show ContentCache, Source, UriKind;
|
|
|
| /**
|
| * A Dart SDK installed in a specified location.
|
|
|