Index: ui/aura/window.h |
diff --git a/ui/aura/window.h b/ui/aura/window.h |
index e133f9339d24f6e85bfcc33a7b245f041c884487..2615ea0d75012cd9f15dcefd48a2c6066a441c1b 100644 |
--- a/ui/aura/window.h |
+++ b/ui/aura/window.h |
@@ -145,7 +145,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate, |
// |aura::client::ScreenPositionClient| interface. |
gfx::Rect GetBoundsInScreen() const; |
- virtual void SetTransform(const ui::Transform& transform); |
+ virtual void SetTransform(const gfx::Transform& transform); |
// Assigns a LayoutManager to size and place child windows. |
// The Window takes ownership of the LayoutManager. |