Index: views/widget/native_widget_win.h |
diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h |
index e1455565d729b288095a28f19f250e8807fcbb0c..8dd693eebe79aacf05c26d00674c29b0ad5ad500 100644 |
--- a/views/widget/native_widget_win.h |
+++ b/views/widget/native_widget_win.h |
@@ -220,8 +220,8 @@ class VIEWS_EXPORT NativeWidgetWin : public ui::WindowImpl, |
virtual gfx::Rect GetRestoredBounds() const OVERRIDE; |
virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE; |
virtual void SetSize(const gfx::Size& size) OVERRIDE; |
- virtual void MoveAbove(gfx::NativeView native_view) OVERRIDE; |
- virtual void MoveToTop() OVERRIDE; |
+ virtual void StackAbove(gfx::NativeView native_view) OVERRIDE; |
+ virtual void StackAtTop() OVERRIDE; |
virtual void SetShape(gfx::NativeRegion shape) OVERRIDE; |
virtual void Close() OVERRIDE; |
virtual void CloseNow() OVERRIDE; |