commit | 4a59e4e9b293138235bbb4a1dc559cb2fb54d481 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Nov 12 21:15:40 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Nov 12 21:15:40 2012 |
tree | d229b8d6e74b040030ff03825174744915cdcf56 | |
parent | 9147b761180d25b43e832aad95f31b479aadade6 [diff] [blame] |
Move ui\aura\shared to ui\views\corewm http://crbug.com/158115 [email protected],[email protected] Review URL: https://codereview.chromium.org/11275139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167236 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h index 4d9cc8dd..b34124ef 100644 --- a/ash/root_window_controller.h +++ b/ash/root_window_controller.h
@@ -13,19 +13,22 @@ class SkBitmap; -namespace gfx { -class Point; -} - namespace aura { class EventFilter; class RootWindow; class Window; -namespace shared { +} + +namespace gfx { +class Point; +} + +namespace views { +namespace corewm { class InputMethodEventFilter; class RootWindowEventFilter; -} // namespace shared -} // namespace aura +} +} namespace ash { class Launcher;