Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: ui/wm/test/minimal_shell.cc

Issue 74183002: Introduce ui/wm/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm owners file so i can land this Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/wm/test/minimal_shell.h ('k') | ui/wm/wm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/wm/test/minimal_shell.h ('k') | ui/wm/wm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698