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

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

Issue 74183002: Introduce ui/wm/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: ui/wm/test/minimal_shell.h
diff --git a/ui/shell/minimal_shell.h b/ui/wm/test/minimal_shell.h
similarity index 92%
rename from ui/shell/minimal_shell.h
rename to ui/wm/test/minimal_shell.h
index 22c160bb2835916953200943009763b31ed03ca8..71cfb8b62ab9bdbcabafed196146614e516538f5 100644
--- a/ui/shell/minimal_shell.h
+++ b/ui/wm/test/minimal_shell.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_SHELL_MINIMAL_SHELL_H_
-#define UI_SHELL_MINIMAL_SHELL_H_
+#ifndef UI_WM_TEST_MINIMAL_SHELL_H_
+#define UI_WM_TEST_MINIMAL_SHELL_H_
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
@@ -31,7 +31,7 @@ class InputMethodEventFilter;
} // corewm
} // views
-namespace shell {
+namespace wm {
// Creates a minimal environment for running the shell. We can't pull in all of
// ash here, but we can create attach several of the same things we'd find in
@@ -62,6 +62,6 @@ class MinimalShell : public aura::client::WindowTreeClient {
DISALLOW_COPY_AND_ASSIGN(MinimalShell);
};
-} // namespace shell
+} // namespace wm
-#endif // UI_SHELL_MINIMAL_SHELL_H_
+#endif // UI_WM_TEST_MINIMAL_SHELL_H_
« ui/wm/README.chromium ('K') | « ui/wm/README.chromium ('k') | ui/wm/test/minimal_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698