| Index: views/window/client_view.h
|
| diff --git a/views/window/client_view.h b/views/window/client_view.h
|
| index f45e508f0d5264c27eefd47df3aecfeaf9975e00..4cd6f14cfe107aa18b27814d4080059a065c9162 100644
|
| --- a/views/window/client_view.h
|
| +++ b/views/window/client_view.h
|
| @@ -10,7 +10,6 @@
|
|
|
| namespace views {
|
|
|
| -class BubbleView;
|
| class DialogClientView;
|
| class Widget;
|
|
|
| @@ -37,8 +36,6 @@ class VIEWS_EXPORT ClientView : public View {
|
| // Manual RTTI ftw.
|
| virtual DialogClientView* AsDialogClientView();
|
| virtual const DialogClientView* AsDialogClientView() const;
|
| - virtual BubbleView* AsBubbleView();
|
| - virtual const BubbleView* AsBubbleView() const;
|
|
|
| // Returns true to signal that the Widget can be closed. Specialized
|
| // ClientView subclasses can override this default behavior to allow the
|
|
|