| Index: pkg/path/lib/src/style/url.dart
|
| diff --git a/pkg/path/lib/src/style/url.dart b/pkg/path/lib/src/style/url.dart
|
| index 4a7003debb5f7b3c7ab110e603721ec7f8d5ea72..1e84917d6fb5cca1cc83bab1fd1384efb9d8ddf1 100644
|
| --- a/pkg/path/lib/src/style/url.dart
|
| +++ b/pkg/path/lib/src/style/url.dart
|
| @@ -4,10 +4,10 @@
|
|
|
| library path.style.url;
|
|
|
| -import '../style.dart';
|
| +import '../internal_style.dart';
|
|
|
| /// The style for URL paths.
|
| -class UrlStyle extends Style {
|
| +class UrlStyle extends InternalStyle {
|
| UrlStyle();
|
|
|
| final name = 'url';
|
|
|