| Index: ui/snapshot/snapshot_aura_unittest.cc
|
| diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc
|
| index 8f93c16ef1dcef43026e44de9658324358700d29..206069b0780d31afbad03a7a9f4d601c7cb2ac59 100644
|
| --- a/ui/snapshot/snapshot_aura_unittest.cc
|
| +++ b/ui/snapshot/snapshot_aura_unittest.cc
|
| @@ -66,7 +66,8 @@ class SnapshotAuraTest : public testing::Test {
|
|
|
| virtual void SetUp() OVERRIDE {
|
| testing::Test::SetUp();
|
| - helper_.reset(new aura::test::AuraTestHelper(MessageLoopForUI::current()));
|
| + helper_.reset(
|
| + new aura::test::AuraTestHelper(base::MessageLoopForUI::current()));
|
| helper_->SetUp();
|
| }
|
|
|
|
|