| Index: ash/test/ash_test_helper.cc
|
| diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
|
| index b18a6c98579fe9bff40205418bbd310b7e080d36..4044ab736a20d632e531a6cb6aabf93cf39344d4 100644
|
| --- a/ash/test/ash_test_helper.cc
|
| +++ b/ash/test/ash_test_helper.cc
|
| @@ -88,7 +88,7 @@ void AshTestHelper::SetUp(bool start_session) {
|
| // WindowManager creates WMState for mash.
|
| if (config_ == Config::CLASSIC)
|
| wm_state_ = base::MakeUnique<::wm::WMState>();
|
| - views_delegate_ = ash_test_environment_->CreateViewsDelegate();
|
| + test_views_delegate_ = ash_test_environment_->CreateViewsDelegate();
|
|
|
| // Disable animations during tests.
|
| zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode(
|
|
|