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

Unified Diff: mash/webtest/webtest.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/webtest/BUILD.gn ('k') | mash/webtest/webtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/webtest/webtest.h
diff --git a/mash/webtest/webtest.h b/mash/webtest/webtest.h
index 3a54053a22769cbbcdc6892086fef8b8ce00ad55..b031d7a5411a0b1f7f5ba9e12f5724da3369bed2 100644
--- a/mash/webtest/webtest.h
+++ b/mash/webtest/webtest.h
@@ -17,7 +17,6 @@
namespace views {
class AuraInit;
class Widget;
-class WindowManagerConnection;
}
namespace mash {
@@ -51,7 +50,6 @@ class Webtest : public service_manager::Service,
tracing::Provider tracing_;
std::unique_ptr<views::AuraInit> aura_init_;
- std::unique_ptr<views::WindowManagerConnection> window_manager_connection_;
DISALLOW_COPY_AND_ASSIGN(Webtest);
};
« no previous file with comments | « mash/webtest/BUILD.gn ('k') | mash/webtest/webtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698