| Index: ui/gfx/transform_util.h
|
| diff --git a/ui/gfx/transform_util.h b/ui/gfx/transform_util.h
|
| index d80ad24003b8942efe5c7a3e25d7ccc6fae21f1b..e898d704508404c9c721be86868448e3a79b2466 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);
|
| +UI_EXPORT Transform GetScaleTransform(const Point& anchor, float scale);
|
|
|
| -} // namespace ui
|
| +} // namespace gfx
|
|
|
| #endif // UI_GFX_TRANSFORM_UTIL_H_
|
|
|