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

Unified Diff: sdk/lib/_internal/pub/lib/src/barback/base_server.dart

Issue 208703003: Use the right name for the OldWebSocketApi constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: roll forward web socket change Created 6 years, 9 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
Index: sdk/lib/_internal/pub/lib/src/barback/base_server.dart
diff --git a/sdk/lib/_internal/pub/lib/src/barback/base_server.dart b/sdk/lib/_internal/pub/lib/src/barback/base_server.dart
index 4df1532c88ca7b5ca92daf811da9a5399ee5fb67..df9fef3410cfa0d5190dc25cd4b97184e49df9ed 100644
--- a/sdk/lib/_internal/pub/lib/src/barback/base_server.dart
+++ b/sdk/lib/_internal/pub/lib/src/barback/base_server.dart
@@ -7,12 +7,8 @@ library pub.barback.base_server;
import 'dart:async';
import 'dart:io';
-import 'package:barback/barback.dart';
-import 'package:mime/mime.dart';
-import 'package:path/path.dart' as path;
import 'package:stack_trace/stack_trace.dart';
-import '../barback.dart';
import '../log.dart' as log;
import '../utils.dart';
import 'build_environment.dart';

Powered by Google App Engine
This is Rietveld 408576698