| Index: mash/login/login.cc
|
| diff --git a/mash/login/login.cc b/mash/login/login.cc
|
| index 8f83374a8faa15f61be3506cca3354a41756beca..c5c00bb18ac11acefcaacbe795850661388344a7 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");
|
|
|