diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 02:26:38 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 02:26:38 +0000 |
commit | cce1bad65d886b5225b4b4e8c476b63add155c78 (patch) | |
tree | 6321c4e0dbfeb4ad94dd137df58e6ef3d735a615 /chrome/browser/content_settings | |
parent | f647698e2cebe7bfcaeb844e29640adb7bdff152 (diff) | |
download | chromium_src-cce1bad65d886b5225b4b4e8c476b63add155c78.zip chromium_src-cce1bad65d886b5225b4b4e8c476b63add155c78.tar.gz chromium_src-cce1bad65d886b5225b4b4e8c476b63add155c78.tar.bz2 |
Cleanup: Remove more unneeded browser_thread.h includes.
Review URL: https://chromiumcodereview.appspot.com/11740018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175086 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/content_settings')
-rw-r--r-- | chrome/browser/content_settings/tab_specific_content_settings.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc index 8374180..eb3c903 100644 --- a/chrome/browser/content_settings/tab_specific_content_settings.cc +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc @@ -23,6 +23,7 @@ #include "chrome/common/chrome_notification_types.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/render_messages.h" +#include "content/public/browser/browser_thread.h" #include "content/public/browser/navigation_controller.h" #include "content/public/browser/navigation_details.h" #include "content/public/browser/navigation_entry.h" |