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 /ash/shell/widgets.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 'ash/shell/widgets.cc')
-rw-r--r-- | ash/shell/widgets.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/widgets.cc b/ash/shell/widgets.cc index 24c5e8c..ee89bf2 100644 --- a/ash/shell/widgets.cc +++ b/ash/shell/widgets.cc @@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "ash/wm/toplevel_frame_view.h" #include "base/utf_string_conversions.h" // ASCIIToUTF16 #include "ui/aura/window.h" -#include "ui/aura_shell/toplevel_frame_view.h" #include "ui/gfx/canvas.h" #include "ui/views/controls/button/checkbox.h" #include "ui/views/controls/button/radio_button.h" |