diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 21:35:52 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 21:35:52 +0000 |
commit | 7634f96b932b670de6e34552a9e0923147da3486 (patch) | |
tree | 2d755027fd1a3038335e3a3c38680274b448cdbe /ash/shell/app_list.cc | |
parent | 7edb817aa768be2278f9b5bc34fda9d95cc4bdde (diff) | |
download | chromium_src-7634f96b932b670de6e34552a9e0923147da3486.zip chromium_src-7634f96b932b670de6e34552a9e0923147da3486.tar.gz chromium_src-7634f96b932b670de6e34552a9e0923147da3486.tar.bz2 |
Move more stuff down into ash.
http://crbug.com/108457
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/9030007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/app_list.cc')
-rw-r--r-- | ash/shell/app_list.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc index b8022ab..5f260cd 100644 --- a/ash/shell/app_list.cc +++ b/ash/shell/app_list.cc @@ -2,15 +2,15 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "ash/app_list/app_list_item_group_model.h" +#include "ash/app_list/app_list_item_model.h" +#include "ash/app_list/app_list_item_view.h" +#include "ash/app_list/app_list_model.h" +#include "ash/app_list/app_list_view_delegate.h" +#include "ash/app_list/app_list_view.h" #include "ash/shell/example_factory.h" #include "ash/shell/toplevel_window.h" #include "base/basictypes.h" -#include "ui/aura_shell/app_list/app_list_item_group_model.h" -#include "ui/aura_shell/app_list/app_list_item_model.h" -#include "ui/aura_shell/app_list/app_list_item_view.h" -#include "ui/aura_shell/app_list/app_list_model.h" -#include "ui/aura_shell/app_list/app_list_view_delegate.h" -#include "ui/aura_shell/app_list/app_list_view.h" #include "ui/views/examples/examples_window.h" namespace ash { |