Chromium Code Reviews| Index: sdk/lib/math/point.dart | 
| diff --git a/sdk/lib/math/point.dart b/sdk/lib/math/point.dart | 
| index 34c8b5066604e4362c980499e60e327a6e55efe9..f6bc26adf20de7efece88ccc66c2b83e51363891 100644 | 
| --- a/sdk/lib/math/point.dart | 
| +++ b/sdk/lib/math/point.dart | 
| @@ -1,7 +1,8 @@ | 
| // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 
| // 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 utility class for representing two-dimensional positions. |