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

Unified Diff: app/bin/server_common.dart

Issue 917793002: Use pub_server package (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Created 5 years, 10 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 | « Dockerfile ('k') | app/lib/appengine_repository.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/bin/server_common.dart
diff --git a/app/bin/server_common.dart b/app/bin/server_common.dart
index 6876e34e84803e8b6f6b8004bd2d4112068f6f18..01c0d63a3fb37f9f7ae880617465bd64752eae72 100644
--- a/app/bin/server_common.dart
+++ b/app/bin/server_common.dart
@@ -18,7 +18,7 @@ import 'package:logging/logging.dart';
import 'package:shelf/shelf.dart' as shelf;
import 'package:shelf/shelf_io.dart' as shelf_io;
-import 'package:pubserver/shelf_pubserver.dart';
+import 'package:pub_server/shelf_pubserver.dart';
import 'package:pub_dartlang_org/appengine_repository.dart';
import 'package:pub_dartlang_org/handlers.dart';
« no previous file with comments | « Dockerfile ('k') | app/lib/appengine_repository.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698