From dad4c3998d30706e35140b722ef6b26e8d1b0671 Mon Sep 17 00:00:00 2001 From: Kenneth Endfinger Date: Fri, 20 Feb 2015 14:26:44 -0500 Subject: [PATCH] Change 'utils' library to 'http.utils' --- lib/src/utils.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index dde507a5e5..8aa7d49974 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -2,7 +2,7 @@ // 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 utils; +library http.utils; import 'dart:async'; import 'dart:convert';