summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 22:40:05 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 22:40:05 +0000
commit074f105692a4783df43d1d1a68bb866a51e5b66b (patch)
tree6b501cd44daebbf598dbda8c4496b78cfb6385bb /chrome/browser/tab_contents
parent894bb50fe9a1b145221dd6993c159ab9f7a0fc5d (diff)
downloadchromium_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/tab_contents')
-rw-r--r--chrome/browser/tab_contents/navigation_controller.cc1
-rw-r--r--chrome/browser/tab_contents/navigation_entry.cc1
2 files changed, 2 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)
diff --git a/chrome/browser/tab_contents/navigation_entry.cc b/chrome/browser/tab_contents/navigation_entry.cc
index 2b6e20f..655a998 100644
--- a/chrome/browser/tab_contents/navigation_entry.cc
+++ b/chrome/browser/tab_contents/navigation_entry.cc
@@ -10,6 +10,7 @@
#include "chrome/common/pref_names.h"
#include "chrome/common/pref_service.h"
#include "chrome/common/url_constants.h"
+#include "grit/app_resources.h"
// Use this to get a new unique ID for a NavigationEntry during construction.
// The returned ID is guaranteed to be nonzero (which is the "no ID" indicator).