Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1529)

Unified Diff: chrome/browser/ui/views/new_task_manager_view.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698