| Index: ash/shell_unittest.cc
|
| diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
|
| index cffe49b6ae4509ca39aad1adcd1713bc828126e7..8c3916d7f0ffbbd0c9ea3c4fcc46fd2e5eeea6be 100644
|
| --- a/ash/shell_unittest.cc
|
| +++ b/ash/shell_unittest.cc
|
| @@ -96,7 +96,6 @@ class ModalWindow : public views::WidgetDelegateView {
|
| ~ModalWindow() override {}
|
|
|
| // Overridden from views::WidgetDelegate:
|
| - views::View* GetContentsView() override { return this; }
|
| bool CanResize() const override { return true; }
|
| base::string16 GetWindowTitle() const override {
|
| return base::ASCIIToUTF16("Modal Window");
|
|
|