Chromium Code Reviews| Index: sdk/lib/math/random.dart | 
| diff --git a/sdk/lib/math/random.dart b/sdk/lib/math/random.dart | 
| index 47c55828ce4f2267d524b2a8d1926034de7320de..c7fa75fec3524aca783431e1ebf7439aadc1140a 100644 | 
| --- a/sdk/lib/math/random.dart | 
| +++ b/sdk/lib/math/random.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.math; | 
| +part of "math.dart"; | 
| /** | 
| * A generator of random bool, int, or double values. |