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

Unified Diff: pkg/path/lib/src/style/url.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/posix.dart ('k') | pkg/path/lib/src/style/windows.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « pkg/path/lib/src/style/posix.dart ('k') | pkg/path/lib/src/style/windows.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698