Index: ui/gfx/transform.h |
diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h |
index 9e60f60723c1b6d218cca062b5872faf9f114441..93d71f74c5c0f5bd3d9654401bdc054f1374b2a6 100644 |
--- a/ui/gfx/transform.h |
+++ b/ui/gfx/transform.h |
@@ -9,12 +9,10 @@ |
#include "ui/base/ui_export.h" |
namespace gfx { |
+ |
class Rect; |
class Point; |
class Point3f; |
-} |
- |
-namespace ui { |
// 4x4 transformation matrix. Transform is cheap and explicitly allows |
// copy/assign. |
@@ -125,6 +123,6 @@ class UI_EXPORT Transform { |
// copy/assign are allowed. |
}; |
-}// namespace ui |
+}// namespace gfx |
tfarina
2012/10/11 22:38:21
nit: add two spaces between } and //
|
#endif // UI_GFX_TRANSFORM_H_ |