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

Unified Diff: ash/root_window_controller.h

Issue 11275139: Move ui\aura\shared to ui\views\corewm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « ash/magnifier/magnification_controller.cc ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
===================================================================
--- ash/root_window_controller.h (revision 167200)
+++ ash/root_window_controller.h (working copy)
@@ -13,19 +13,22 @@
class SkBitmap;
+namespace aura {
+class EventFilter;
+class RootWindow;
+class Window;
+}
+
namespace gfx {
class Point;
}
-namespace aura {
-class EventFilter;
-class RootWindow;
-class Window;
-namespace shared {
+namespace views {
+namespace corewm {
class InputMethodEventFilter;
class RootWindowEventFilter;
-} // namespace shared
-} // namespace aura
+}
+}
namespace ash {
class Launcher;
« no previous file with comments | « ash/magnifier/magnification_controller.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698