Chromium Code Reviews| Index: views/desktop/desktop_window.cc |
| =================================================================== |
| --- views/desktop/desktop_window.cc (revision 89357) |
| +++ views/desktop/desktop_window.cc (working copy) |
| @@ -39,8 +39,7 @@ |
| DISALLOW_COPY_AND_ASSIGN(DesktopWindowWindow); |
| }; |
| -class TestWindowContentView : public View, |
| - public WidgetDelegate { |
| +class TestWindowContentView : public WidgetDelegateView { |
| public: |
| TestWindowContentView(const std::wstring& title, SkColor color) |
| : title_(title), |