| Index: ui/aura_shell/test/test_activation_delegate.cc
|
| ===================================================================
|
| --- ui/aura_shell/test/test_activation_delegate.cc (revision 114593)
|
| +++ ui/aura_shell/test/test_activation_delegate.cc (working copy)
|
| @@ -34,7 +34,7 @@
|
|
|
| void TestActivationDelegate::SetWindow(aura::Window* window) {
|
| window_ = window;
|
| - aura::ActivationDelegate::SetActivationDelegate(window, this);
|
| + aura::client::SetActivationDelegate(window, this);
|
| }
|
|
|
| bool TestActivationDelegate::ShouldActivate(aura::Event* event) {
|
|
|