| Index: pkg/analyzer/lib/src/cancelable_future.dart
|
| diff --git a/pkg/analyzer/lib/src/cancelable_future.dart b/pkg/analyzer/lib/src/cancelable_future.dart
|
| index 733cac55f9984e44680f5ab143087d4a75c08dce..8ae070bd5831eb8214303a544bb23e4bf4a64ef6 100644
|
| --- a/pkg/analyzer/lib/src/cancelable_future.dart
|
| +++ b/pkg/analyzer/lib/src/cancelable_future.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 cancelable_future;
|
| +library analyzer.src.cancelable_future;
|
|
|
| import 'dart:async';
|
|
|
|
|