| Index: mash/login/login.cc
|
| diff --git a/mash/login/login.cc b/mash/login/login.cc
|
| index 4a5cb3f23338f1066652dd4c1594de50c16288e7..a496806a121030a4898526704ee93fc871a99b64 100644
|
| --- a/mash/login/login.cc
|
| +++ b/mash/login/login.cc
|
| @@ -80,7 +80,6 @@ class UI : public views::WidgetDelegateView,
|
| }
|
|
|
| // Overridden from views::WidgetDelegate:
|
| - views::View* GetContentsView() override { return this; }
|
| base::string16 GetWindowTitle() const override {
|
| // TODO(beng): use resources.
|
| return base::ASCIIToUTF16("Login");
|
|
|