| 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 df5de17d6ce2e50afbf18899d1a6834ee24b51a6..b694cf6562b3f3e20a58da8ace9105e26b72971b 100644
|
| --- a/components/exo/test/exo_test_base.h
|
| +++ b/components/exo/test/exo_test_base.h
|
| @@ -30,6 +30,7 @@ class ExoTestBase : public ash::test::AshTestBase {
|
| private:
|
| std::unique_ptr<ExoTestHelper> exo_test_helper_;
|
| std::unique_ptr<WMHelper> wm_helper_;
|
| + // base::MessageLoop loop_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ExoTestBase);
|
| };
|
|
|