diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 02:22:59 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 02:22:59 +0000 |
commit | 65d3bae599943b43b1180c095801da13556873f1 (patch) | |
tree | c3c9411a8cc27c13a1f0f0700013abe0f91204ca /chrome/browser/tab_contents/navigation_controller.cc | |
parent | 2d0dbbaa2379e0b5d11909f25584c4da0c0610d2 (diff) | |
download | chromium_src-65d3bae599943b43b1180c095801da13556873f1.zip chromium_src-65d3bae599943b43b1180c095801da13556873f1.tar.gz chromium_src-65d3bae599943b43b1180c095801da13556873f1.tar.bz2 |
views/ should use resources from app/resources. Move dependent images to this location.
http://crbug.com/11387
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/navigation_controller.cc')
-rw-r--r-- | chrome/browser/tab_contents/navigation_controller.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/navigation_controller.cc b/chrome/browser/tab_contents/navigation_controller.cc index a21088f..2a30087 100644 --- a/chrome/browser/tab_contents/navigation_controller.cc +++ b/chrome/browser/tab_contents/navigation_controller.cc @@ -20,6 +20,7 @@ #include "chrome/common/notification_service.h" #include "chrome/common/render_messages.h" #include "chrome/common/url_constants.h" +#include "grit/app_resources.h" #include "webkit/glue/webkit_glue.h" #if defined(OS_WIN) |