| Index: ui/aura/test/aura_test_helper.cc
|
| ===================================================================
|
| --- ui/aura/test/aura_test_helper.cc (revision 176470)
|
| +++ ui/aura/test/aura_test_helper.cc (working copy)
|
| @@ -15,11 +15,9 @@
|
| #include "ui/aura/test/test_activation_client.h"
|
| #include "ui/aura/test/test_screen.h"
|
| #include "ui/aura/test/test_stacking_client.h"
|
| -#include "ui/aura/ui_controls_aura.h"
|
| #include "ui/base/test/dummy_input_method.h"
|
| #include "ui/compositor/layer_animator.h"
|
| #include "ui/gfx/screen.h"
|
| -#include "ui/ui_controls/ui_controls.h"
|
|
|
| namespace aura {
|
| namespace test {
|
| @@ -47,7 +45,6 @@
|
| test_screen_.reset(new TestScreen());
|
| gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, test_screen_.get());
|
| root_window_.reset(test_screen_->CreateRootWindowForPrimaryDisplay());
|
| - ui_controls::InstallUIControlsAura(CreateUIControlsAura(root_window_.get()));
|
|
|
| focus_client_.reset(new FocusManager);
|
| client::SetFocusClient(root_window_.get(), focus_client_.get());
|
|
|