| Index: ui/snapshot/snapshot_aura_unittest.cc
|
| diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc
|
| index eee20b3b149e41bffb80ae3429a4e49fb8918b75..b000ad1cd75c774c747c24873752cf6894c6c58a 100644
|
| --- a/ui/snapshot/snapshot_aura_unittest.cc
|
| +++ b/ui/snapshot/snapshot_aura_unittest.cc
|
| @@ -23,7 +23,6 @@
|
| #include "ui/gfx/size_conversions.h"
|
| #include "ui/gfx/transform.h"
|
| #include "ui/gl/gl_implementation.h"
|
| -#include "ui/wm/core/default_activation_client.h"
|
|
|
| namespace ui {
|
| namespace {
|
| @@ -94,7 +93,6 @@
|
| helper_.reset(
|
| new aura::test::AuraTestHelper(base::MessageLoopForUI::current()));
|
| helper_->SetUp();
|
| - new ::wm::DefaultActivationClient(helper_->root_window());
|
| }
|
|
|
| virtual void TearDown() OVERRIDE {
|
|
|