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