| Index: ui/views/examples/examples_window.cc
|
| diff --git a/ui/views/examples/examples_window.cc b/ui/views/examples/examples_window.cc
|
| index 97dd4271ce992256c2b04c9ff6286f7063aeba33..3809c2fbf9f133f970415037c44363e697dfb1d8 100644
|
| --- a/ui/views/examples/examples_window.cc
|
| +++ b/ui/views/examples/examples_window.cc
|
| @@ -183,7 +183,6 @@ class ExamplesWindowContents : public WidgetDelegateView,
|
| base::string16 GetWindowTitle() const override {
|
| return base::ASCIIToUTF16("Views Examples");
|
| }
|
| - View* GetContentsView() override { return this; }
|
| void WindowClosing() override {
|
| instance_ = NULL;
|
| if (operation_ == QUIT_ON_CLOSE)
|
|
|