Index: trunk/src/ui/snapshot/snapshot_aura_unittest.cc |
=================================================================== |
--- trunk/src/ui/snapshot/snapshot_aura_unittest.cc (revision 266631) |
+++ trunk/src/ui/snapshot/snapshot_aura_unittest.cc (working copy) |
@@ -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 { |