Index: ui/aura_shell/examples/example_factory.h |
diff --git a/ui/aura_shell/examples/example_factory.h b/ui/aura_shell/examples/example_factory.h |
index da60715b3ec8f2c9b61cf8d47e882edc6718ab08..8e184193637ab2a6b5e20c1677336d1c63908c4e 100644 |
--- a/ui/aura_shell/examples/example_factory.h |
+++ b/ui/aura_shell/examples/example_factory.h |
@@ -8,18 +8,14 @@ |
#include "ui/gfx/native_widget_types.h" |
-namespace gfx { |
-class Point; |
-} |
- |
namespace views { |
-class Widget; |
+class View; |
} |
namespace aura_shell { |
namespace examples { |
-void CreatePointyBubble(views::Widget* parent, const gfx::Point& origin); |
+void CreatePointyBubble(views::View* anchor_view); |
void CreateLock(); |
@@ -29,5 +25,4 @@ void CreateWidgetsWindow(); |
} // namespace examples |
} // namespace aura_shell |
- |
#endif // UI_AURA_SHELL_SHELL_FACTORY_H_ |