| Index: ash/test/ash_test_helper_unittest.cc
|
| diff --git a/ash/test/ash_test_helper_unittest.cc b/ash/test/ash_test_helper_unittest.cc
|
| index 6801ee3e5482889bed180dd32141d66e2c3b8093..fc4986b66447bb994eae4119632a39c71fa8581e 100644
|
| --- a/ash/test/ash_test_helper_unittest.cc
|
| +++ b/ash/test/ash_test_helper_unittest.cc
|
| @@ -23,8 +23,7 @@ class AshTestHelperTest : public testing::Test {
|
| ash_test_environment_ = test::AshTestEnvironment::Create();
|
| ash_test_helper_.reset(
|
| new test::AshTestHelper(ash_test_environment_.get()));
|
| - ash_test_helper_->SetUp(true,
|
| - MaterialDesignController::Mode::UNINITIALIZED);
|
| + ash_test_helper_->SetUp(true);
|
| }
|
|
|
| void TearDown() override {
|
|
|