| Index: ui/snapshot/snapshot_aura_unittest.cc
|
| diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc
|
| index 97d4ac4459c4e0e55d8c71e2e01ce239e4bc3c3d..bee0b0ca79a3aa42f542266489db5e6cbebaf654 100644
|
| --- a/ui/snapshot/snapshot_aura_unittest.cc
|
| +++ b/ui/snapshot/snapshot_aura_unittest.cc
|
| @@ -104,8 +104,7 @@ class SnapshotAuraTest : public testing::Test {
|
| ui::InitializeContextFactoryForTests(enable_pixel_output, &context_factory,
|
| &context_factory_private);
|
|
|
| - helper_.reset(
|
| - new aura::test::AuraTestHelper(base::MessageLoopForUI::current()));
|
| + helper_.reset(new aura::test::AuraTestHelper());
|
| helper_->SetUp(context_factory, context_factory_private);
|
| new ::wm::DefaultActivationClient(helper_->root_window());
|
| }
|
|
|