diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 04:36:34 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 04:36:34 +0000 |
commit | a41b4e1e294a336a0e9589b432bb02d76121daca (patch) | |
tree | 5295194b4966e4a0e046ebfc32f0fba6da9504b7 /ash/shell/toplevel_window.cc | |
parent | 67ca0eb3295d44f3e347557152ac58b88c4efdc2 (diff) | |
download | chromium_src-a41b4e1e294a336a0e9589b432bb02d76121daca.zip chromium_src-a41b4e1e294a336a0e9589b432bb02d76121daca.tar.gz chromium_src-a41b4e1e294a336a0e9589b432bb02d76121daca.tar.bz2 |
Rename WindowSettings to WindowState
Move window control methods from window_util.h to WindowState
Removed property_util which is no longer necessary.
BUG=272460
Review URL: https://chromiumcodereview.appspot.com/24108003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/toplevel_window.cc')
-rw-r--r-- | ash/shell/toplevel_window.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/shell/toplevel_window.cc b/ash/shell/toplevel_window.cc index d6b8388..e7c1189 100644 --- a/ash/shell/toplevel_window.cc +++ b/ash/shell/toplevel_window.cc @@ -7,7 +7,6 @@ #include "ash/display/display_controller.h" #include "ash/screen_ash.h" #include "ash/shell.h" -#include "ash/wm/property_util.h" #include "base/strings/utf_string_conversions.h" #include "ui/aura/root_window.h" #include "ui/aura/window.h" |