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

Unified Diff: pkg/http_parser/lib/src/http_date.dart

Issue 311663002: Fix a library name conflict in pkg/http_parser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/http_parser/CHANGELOG.md ('k') | pkg/http_parser/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_parser/lib/src/http_date.dart
diff --git a/pkg/http_parser/lib/src/http_date.dart b/pkg/http_parser/lib/src/http_date.dart
index ff7c710dc895c2ee081def50a445aea1fc2919e9..0626c72e2135abc252510248857da0ab873c590d 100644
--- a/pkg/http_parser/lib/src/http_date.dart
+++ b/pkg/http_parser/lib/src/http_date.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 http_parser;
+library http_parser.http_date;
import 'package:string_scanner/string_scanner.dart';
« no previous file with comments | « pkg/http_parser/CHANGELOG.md ('k') | pkg/http_parser/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698