| Index: sdk/lib/io/http_session.dart
|
| diff --git a/sdk/lib/io/http_session.dart b/sdk/lib/io/http_session.dart
|
| index 79b52bd533519f57da605c28d2ea37e61881c032..9e5c8815d4e9ad7a913cc0c873edc0f08d08e5db 100644
|
| --- a/sdk/lib/io/http_session.dart
|
| +++ b/sdk/lib/io/http_session.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.
|
|
|
| -part of "dart:io";
|
| +part of "io.dart";
|
|
|
| const String _DART_SESSION_ID = "DARTSESSID";
|
|
|
|
|