Chromium Code Reviews| Index: ui/gfx/transform_util.h |
| diff --git a/ui/gfx/transform_util.h b/ui/gfx/transform_util.h |
| index d80ad24003b8942efe5c7a3e25d7ccc6fae21f1b..d66703d64783c699b01a140c2c39352fd32cecd7 100644 |
| --- a/ui/gfx/transform_util.h |
| +++ b/ui/gfx/transform_util.h |
| @@ -9,14 +9,12 @@ |
| #include "ui/gfx/transform.h" |
| namespace gfx { |
| -class Point; |
| -} |
| -namespace ui { |
| +class Point; |
| // Returns a scale transform at |anchor| point. |
| UI_EXPORT Transform GetScaleTransform(const gfx::Point& anchor, float scale); |
|
tfarina
2012/10/11 22:35:04
nit: no need of gfx:: anymore here so ;)
|
| -} // namespace ui |
| +} // namespace gfx |
| #endif // UI_GFX_TRANSFORM_UTIL_H_ |