| Index: mash/screenlock/screenlock.cc
|
| diff --git a/mash/screenlock/screenlock.cc b/mash/screenlock/screenlock.cc
|
| index 96ad20d9b5ff4957897c88a1494378a74dc44fa8..7d1774280b343652f511ac45142129b592d48e7d 100644
|
| --- a/mash/screenlock/screenlock.cc
|
| +++ b/mash/screenlock/screenlock.cc
|
| @@ -36,7 +36,6 @@ class ScreenlockView : public views::WidgetDelegateView,
|
|
|
| private:
|
| // Overridden from views::WidgetDelegate:
|
| - views::View* GetContentsView() override { return this; }
|
| base::string16 GetWindowTitle() const override {
|
| // TODO(beng): use resources.
|
| return base::ASCIIToUTF16("Screenlock");
|
|
|