| Index: ui/wm/test/minimal_shell.cc
|
| diff --git a/ui/shell/minimal_shell.cc b/ui/wm/test/minimal_shell.cc
|
| similarity index 96%
|
| rename from ui/shell/minimal_shell.cc
|
| rename to ui/wm/test/minimal_shell.cc
|
| index ca79e8a7d2eb73224f936daec9c9104417abf476..d2c289e3c276e47149677c22ddc31a30e28e8ca5 100644
|
| --- a/ui/shell/minimal_shell.cc
|
| +++ b/ui/wm/test/minimal_shell.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/shell/minimal_shell.h"
|
| +#include "ui/wm/test/minimal_shell.h"
|
|
|
| #include "ui/aura/client/default_activation_client.h"
|
| #include "ui/aura/client/default_capture_client.h"
|
| @@ -12,7 +12,7 @@
|
| #include "ui/views/corewm/compound_event_filter.h"
|
| #include "ui/views/corewm/input_method_event_filter.h"
|
|
|
| -namespace shell {
|
| +namespace wm {
|
|
|
| MinimalShell::MinimalShell(const gfx::Size& default_window_size) {
|
| aura::Env::CreateInstance();
|
| @@ -53,4 +53,4 @@ aura::Window* MinimalShell::GetDefaultParent(
|
| return root_window_->window();
|
| }
|
|
|
| -} // namespace shell
|
| +} // namespace wm
|
|
|