| Index: mash/task_viewer/task_viewer.cc
|
| diff --git a/mash/task_viewer/task_viewer.cc b/mash/task_viewer/task_viewer.cc
|
| index 721aa70a9aa440e7551b76fc0cfa1f638e8bf81a..b2fe33c3b783cf43653472636c196e074f8eacab 100644
|
| --- a/mash/task_viewer/task_viewer.cc
|
| +++ b/mash/task_viewer/task_viewer.cc
|
| @@ -83,7 +83,6 @@ class TaskViewerContents : 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("Tasks");
|
|
|