| 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..98615556972daa2ca496e74b1c23649a90925e33 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 dart.io;
|
|
|
| const String _DART_SESSION_ID = "DARTSESSID";
|
|
|
|
|