diff options
author | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 02:58:53 +0000 |
---|---|---|
committer | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 02:58:53 +0000 |
commit | 51170c01e65a7fc493b907dc859c8f26f7d0d414 (patch) | |
tree | ce0dce6895773731d2150aa59adc31b9f49ffad1 /ui/app_list | |
parent | 0972f312ea3147054a67a3eee4e91dedae3fa1a6 (diff) | |
download | chromium_src-51170c01e65a7fc493b907dc859c8f26f7d0d414.zip chromium_src-51170c01e65a7fc493b907dc859c8f26f7d0d414.tar.gz chromium_src-51170c01e65a7fc493b907dc859c8f26f7d0d414.tar.bz2 |
Use forward-declares of Border and Background in view.h
The full header is required only for the possible call to the destructors
via scoped_ptr::reset(). This CL moves the calls to reset() to the .cc to
cut down on some dependencies and encourage some iwyu.
BUG=None
TBR=pfeldman@chromium.org
TEST=No functional changes.
Review URL: https://codereview.chromium.org/93883002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/app_list')
-rw-r--r-- | ui/app_list/views/folder_header_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app_list/views/folder_header_view.cc b/ui/app_list/views/folder_header_view.cc index ba80dee..9699e8f 100644 --- a/ui/app_list/views/folder_header_view.cc +++ b/ui/app_list/views/folder_header_view.cc @@ -12,6 +12,7 @@ #include "ui/app_list/views/app_list_folder_view.h" #include "ui/base/resource/resource_bundle.h" #include "ui/gfx/canvas.h" +#include "ui/views/border.h" #include "ui/views/controls/button/image_button.h" #include "ui/views/controls/textfield/textfield.h" #include "ui/views/painter.h" |