| 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 fdb27f9e46b1822848d8f01e9bd18a5e5c8062f1..0de950f43c69e2d6c93313c69a2654496c4c03b9 100644
|
| --- a/ash/test/ash_test_helper_unittest.cc
|
| +++ b/ash/test/ash_test_helper_unittest.cc
|
| @@ -18,7 +18,7 @@ class AshTestHelperTest : public testing::Test {
|
| virtual void SetUp() OVERRIDE {
|
| testing::Test::SetUp();
|
| ash_test_helper_.reset(new ash::test::AshTestHelper(&message_loop_));
|
| - ash_test_helper_->SetUp();
|
| + ash_test_helper_->SetUp(true);
|
| }
|
|
|
| virtual void TearDown() OVERRIDE {
|
|
|