diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 22:40:05 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 22:40:05 +0000 |
commit | 074f105692a4783df43d1d1a68bb866a51e5b66b (patch) | |
tree | 6b501cd44daebbf598dbda8c4496b78cfb6385bb /chrome/browser/views/edit_keyword_controller.cc | |
parent | 894bb50fe9a1b145221dd6993c159ab9f7a0fc5d (diff) | |
download | chromium_src-074f105692a4783df43d1d1a68bb866a51e5b66b.zip chromium_src-074f105692a4783df43d1d1a68bb866a51e5b66b.tar.gz chromium_src-074f105692a4783df43d1d1a68bb866a51e5b66b.tar.bz2 |
Make views/ depend only on images from app/resources.
Trying this again. All compile issues should be addressed, ui and unit tests now pass.
http://crbug.com/11387
Review URL: http://codereview.chromium.org/113690
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16677 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/edit_keyword_controller.cc')
-rw-r--r-- | chrome/browser/views/edit_keyword_controller.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/edit_keyword_controller.cc b/chrome/browser/views/edit_keyword_controller.cc index 78434e5..c2142c5 100644 --- a/chrome/browser/views/edit_keyword_controller.cc +++ b/chrome/browser/views/edit_keyword_controller.cc @@ -14,6 +14,7 @@ #include "chrome/browser/search_engines/template_url_model.h" #include "chrome/browser/views/keyword_editor_view.h" #include "googleurl/src/gurl.h" +#include "grit/app_resources.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" #include "views/controls/label.h" |