Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1152)

Unified Diff: pkg/path/lib/src/style/posix.dart

Issue 304843002: Deprecate publicly-visible properties on Style in path. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/path/lib/src/style.dart ('k') | pkg/path/lib/src/style/url.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « pkg/path/lib/src/style.dart ('k') | pkg/path/lib/src/style/url.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698