| Index: trunk/src/ui/wm/test/wm_test_helper.cc
|
| ===================================================================
|
| --- trunk/src/ui/wm/test/wm_test_helper.cc (revision 266631)
|
| +++ trunk/src/ui/wm/test/wm_test_helper.cc (working copy)
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "ui/wm/test/wm_test_helper.h"
|
|
|
| +#include "ui/aura/client/default_activation_client.h"
|
| #include "ui/aura/client/default_capture_client.h"
|
| #include "ui/aura/env.h"
|
| #include "ui/aura/test/test_focus_client.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/wm/core/compound_event_filter.h"
|
| -#include "ui/wm/core/default_activation_client.h"
|
| #include "ui/wm/core/input_method_event_filter.h"
|
|
|
| namespace wm {
|
| @@ -31,7 +31,8 @@
|
| input_method_filter_->SetInputMethodPropertyInRootWindow(host_->window());
|
| root_window_event_filter_->AddHandler(input_method_filter_.get());
|
|
|
| - new wm::DefaultActivationClient(host_->window());
|
| + activation_client_.reset(
|
| + new aura::client::DefaultActivationClient(host_->window()));
|
|
|
| capture_client_.reset(
|
| new aura::client::DefaultCaptureClient(host_->window()));
|
|
|