Index: views/examples/throbber_example.cc |
=================================================================== |
--- views/examples/throbber_example.cc (revision 92600) |
+++ views/examples/throbber_example.cc (working copy) |
@@ -27,7 +27,7 @@ |
} |
virtual void Layout() { |
- views::View* child = GetChildViewAt(0); |
+ views::View* child = child_at(0); |
gfx::Size ps = child->GetPreferredSize(); |
child->SetBounds((width() - ps.width()) / 2, |
(height() - ps.height()) / 2, |