Index: pkg/path/lib/src/style/posix.dart |
diff --git a/pkg/path/lib/src/style/posix.dart b/pkg/path/lib/src/style/posix.dart |
index 72e70441a7d37746f5b41e7bd7b82d9b96c711be..e0b601743c743b829aa817fc5721e3128cadb9a9 100644 |
--- a/pkg/path/lib/src/style/posix.dart |
+++ b/pkg/path/lib/src/style/posix.dart |
@@ -5,10 +5,10 @@ |
library path.style.posix; |
import '../parsed_path.dart'; |
-import '../style.dart'; |
+import '../internal_style.dart'; |
/// The style for POSIX paths. |
-class PosixStyle extends Style { |
+class PosixStyle extends InternalStyle { |
PosixStyle(); |
final name = 'posix'; |