| Index: ui/views/test/scoped_views_test_helper.cc
|
| diff --git a/ui/views/test/scoped_views_test_helper.cc b/ui/views/test/scoped_views_test_helper.cc
|
| index aea9122e5dc4aa15eaec25c93152949f8b96c100..1d2e2c2144c21c160e78c9f9a3946b5fc23c47fa 100644
|
| --- a/ui/views/test/scoped_views_test_helper.cc
|
| +++ b/ui/views/test/scoped_views_test_helper.cc
|
| @@ -42,6 +42,7 @@ ScopedViewsTestHelper::ScopedViewsTestHelper(
|
|
|
| test_helper_.reset(ViewsTestHelper::Create(base::MessageLoopForUI::current(),
|
| context_factory));
|
| + platform_test_helper_->OnTestHelperCreated(test_helper_.get());
|
| test_helper_->SetUp();
|
|
|
| #if defined(USE_AURA)
|
|
|