diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 07:23:26 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 07:23:26 +0000 |
commit | 877360ea4b4863c70100283d521f408829738d88 (patch) | |
tree | 885d993c6a298dbabc899cca08269b10f3ffb279 /ui/app_list | |
parent | e43cc327407f7a2f05d9d9a03f9366b02b5e8da4 (diff) | |
download | chromium_src-877360ea4b4863c70100283d521f408829738d88.zip chromium_src-877360ea4b4863c70100283d521f408829738d88.tar.gz chromium_src-877360ea4b4863c70100283d521f408829738d88.tar.bz2 |
Revert 234428 "Make RootWindow not subclass Window."
> Make RootWindow not subclass Window.
>
> Removes the #include of window.h from root_window.h too, which makes this CL a little longer bandaiding all those places.
> The interesting parts of this change are in root_window.* and window.*
>
> R=sky@chromium.org
> http://crbug.com/308843
>
> Review URL: https://codereview.chromium.org/68313003
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/70043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/app_list')
-rw-r--r-- | ui/app_list/views/apps_grid_view.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app_list/views/apps_grid_view.cc b/ui/app_list/views/apps_grid_view.cc index fb8d6da2..482a7ce 100644 --- a/ui/app_list/views/apps_grid_view.cc +++ b/ui/app_list/views/apps_grid_view.cc @@ -28,7 +28,6 @@ #if defined(USE_AURA) #include "ui/aura/root_window.h" -#include "ui/aura/window.h" #endif #if defined(OS_WIN) && !defined(USE_AURA) |