| Index: chrome/browser/ui/views/new_task_manager_view.h
|
| diff --git a/chrome/browser/ui/views/new_task_manager_view.h b/chrome/browser/ui/views/new_task_manager_view.h
|
| index 2291d8af02e06293993967e8a0d560c02d20c6e4..f9d79208d918d862bada173a5b34c794e9479b3a 100644
|
| --- a/chrome/browser/ui/views/new_task_manager_view.h
|
| +++ b/chrome/browser/ui/views/new_task_manager_view.h
|
| @@ -126,7 +126,7 @@ class NewTaskManagerView
|
| friend class NewTaskManagerViewTest;
|
| class TableModel;
|
|
|
| - explicit NewTaskManagerView(chrome::HostDesktopType desktop_type);
|
| + explicit NewTaskManagerView(ui::HostDesktopType desktop_type);
|
|
|
| static NewTaskManagerView* GetInstanceForTests();
|
|
|
| @@ -174,7 +174,7 @@ class NewTaskManagerView
|
| std::vector<ui::TableColumn> columns_;
|
|
|
| // The host desktop type this task manager belongs to.
|
| - const chrome::HostDesktopType desktop_type_;
|
| + const ui::HostDesktopType desktop_type_;
|
|
|
| // True when the Task Manager window should be shown on top of other windows.
|
| bool is_always_on_top_;
|
|
|