diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-07 17:06:18 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-07 17:06:18 +0000 |
commit | 9a611a900b2fccd740f234ff16fe5520c993b7b2 (patch) | |
tree | 2eb8c01776bc84592d2c24f7edf52e91adcb6ab3 /chrome/browser/ui/views/location_bar | |
parent | c894476c4bc71d15d878f4157c4125423e10cfb2 (diff) | |
download | chromium_src-9a611a900b2fccd740f234ff16fe5520c993b7b2.zip chromium_src-9a611a900b2fccd740f234ff16fe5520c993b7b2.tar.gz chromium_src-9a611a900b2fccd740f234ff16fe5520c993b7b2.tar.bz2 |
More work on removing content settings code from src\content.
BUG=76793
Review URL: http://codereview.chromium.org/6928053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/views/location_bar')
-rw-r--r-- | chrome/browser/ui/views/location_bar/content_setting_image_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc index 41c990f..1606443 100644 --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc @@ -5,6 +5,7 @@ #include "chrome/browser/ui/views/location_bar/content_setting_image_view.h" #include "base/utf_string_conversions.h" +#include "chrome/browser/content_settings/tab_specific_content_settings.h" #include "chrome/browser/ui/content_settings/content_setting_bubble_model.h" #include "chrome/browser/ui/content_settings/content_setting_image_model.h" #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |