diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 16:34:51 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 16:34:51 +0000 |
commit | a3301dc481459341169381ed35cd20f5022823b2 (patch) | |
tree | 5b421cde79989939edc925bde317884783cef4ca /chrome/browser/platform_util_aura.cc | |
parent | 5bb69ef0273481de128dfa9f3f4753db3e6e1f92 (diff) | |
download | chromium_src-a3301dc481459341169381ed35cd20f5022823b2.zip chromium_src-a3301dc481459341169381ed35cd20f5022823b2.tar.gz chromium_src-a3301dc481459341169381ed35cd20f5022823b2.tar.bz2 |
Move some more WM functionality down into ash.
http://crbug.com/108457
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/9035001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/platform_util_aura.cc')
-rw-r--r-- | chrome/browser/platform_util_aura.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/platform_util_aura.cc b/chrome/browser/platform_util_aura.cc index 5265f96..e5cae2e 100644 --- a/chrome/browser/platform_util_aura.cc +++ b/chrome/browser/platform_util_aura.cc @@ -4,9 +4,9 @@ #include "chrome/browser/platform_util.h" +#include "ash/wm/window_util.h" #include "base/logging.h" #include "ui/aura/window.h" -#include "ui/aura_shell/window_util.h" namespace platform_util { |