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/launcher | |
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/launcher')
-rw-r--r-- | ash/launcher/launcher.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/launcher/launcher.cc b/ash/launcher/launcher.cc index 1dfc55e..a60d479 100644 --- a/ash/launcher/launcher.cc +++ b/ash/launcher/launcher.cc @@ -21,7 +21,6 @@ #include "ash/shell.h" #include "ash/shell_delegate.h" #include "ash/shell_window_ids.h" -#include "ash/wm/property_util.h" #include "ash/wm/window_properties.h" #include "grit/ash_resources.h" #include "ui/aura/client/activation_client.h" |