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

Unified Diff: dart/client/util/utilslib.dart

Issue 9295043: Create a URI class in utils/ (based on client/util/). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments and *add* the new test suite Created 8 years, 11 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 | « dart/client/util/Uri.dart ('k') | dart/tests/utils/src/UriTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/client/util/utilslib.dart
diff --git a/dart/client/util/utilslib.dart b/dart/client/util/utilslib.dart
index 76b629d9c8e867e70a501667ac9d1d0ca5fdf4fd..d81d397b2babece257cda6329c3ab3bb41040fb8 100644
--- a/dart/client/util/utilslib.dart
+++ b/dart/client/util/utilslib.dart
@@ -1,10 +1,11 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// 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('utilslib');
#import('../observable/observable.dart');
+#import('../../utils/uri/uri.dart', prefix: 'uri');
#source('CollectionUtils.dart');
#source('DateUtils.dart');
« no previous file with comments | « dart/client/util/Uri.dart ('k') | dart/tests/utils/src/UriTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698