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: components/exo/test/exo_test_base.h

Issue 2250863003: exo: Run exo in mus+ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build errors Created 4 years, 4 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
« no previous file with comments | « components/exo/BUILD.gn ('k') | components/exo/test/exo_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/test/exo_test_base.h
diff --git a/components/exo/test/exo_test_base.h b/components/exo/test/exo_test_base.h
index 00425954855c5f257f31f0eb000f295d46cbe9c4..df5de17d6ce2e50afbf18899d1a6834ee24b51a6 100644
--- a/components/exo/test/exo_test_base.h
+++ b/components/exo/test/exo_test_base.h
@@ -11,6 +11,8 @@
#include "base/macros.h"
namespace exo {
+class WMHelper;
+
namespace test {
class ExoTestHelper;
@@ -27,6 +29,7 @@ class ExoTestBase : public ash::test::AshTestBase {
private:
std::unique_ptr<ExoTestHelper> exo_test_helper_;
+ std::unique_ptr<WMHelper> wm_helper_;
DISALLOW_COPY_AND_ASSIGN(ExoTestBase);
};
« no previous file with comments | « components/exo/BUILD.gn ('k') | components/exo/test/exo_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698