| Index: sdk/lib/io/process.dart
|
| diff --git a/sdk/lib/io/process.dart b/sdk/lib/io/process.dart
|
| index b44546d579c29a20501de80f8d42d6511b91c67e..c107c1db01329a6e2bc25792aa47e0c8f86cf88a 100644
|
| --- a/sdk/lib/io/process.dart
|
| +++ b/sdk/lib/io/process.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 "io.dart";
|
| +part of dart.io;
|
|
|
| // TODO(ager): The only reason for this class is that we
|
| // cannot patch a top-level at this point.
|
|
|