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

Unified Diff: mash/task_viewer/task_viewer.h

Issue 2569413003: Converts more services to use aura-mus (Closed)
Patch Set: merge Created 4 years 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
« no previous file with comments | « mash/task_viewer/BUILD.gn ('k') | mash/task_viewer/task_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/task_viewer/task_viewer.h
diff --git a/mash/task_viewer/task_viewer.h b/mash/task_viewer/task_viewer.h
index cf1b8ecdd58dc28eb45da7437f1756175361e794..0f15d31db85123b19bd3db46a69d215fb78c858f 100644
--- a/mash/task_viewer/task_viewer.h
+++ b/mash/task_viewer/task_viewer.h
@@ -19,7 +19,6 @@
namespace views {
class AuraInit;
class Widget;
-class WindowManagerConnection;
}
namespace mash {
@@ -53,7 +52,6 @@ class TaskViewer
tracing::Provider tracing_;
std::unique_ptr<views::AuraInit> aura_init_;
- std::unique_ptr<views::WindowManagerConnection> window_manager_connection_;
DISALLOW_COPY_AND_ASSIGN(TaskViewer);
};
« no previous file with comments | « mash/task_viewer/BUILD.gn ('k') | mash/task_viewer/task_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698