diff options
author | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-21 08:19:27 +0000 |
---|---|---|
committer | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-21 08:19:27 +0000 |
commit | 1d03fa3b98dccd9f18c42a4fd65bbcff728218dd (patch) | |
tree | 8448f32ee0fb81f5aede76f020fab77e35bbe504 /chrome/browser/notifications/notification_exceptions_table_model.cc | |
parent | 03d2069b77ade5f2c5d47a5f74f2c97ffdf1acbf (diff) | |
download | chromium_src-1d03fa3b98dccd9f18c42a4fd65bbcff728218dd.zip chromium_src-1d03fa3b98dccd9f18c42a4fd65bbcff728218dd.tar.gz chromium_src-1d03fa3b98dccd9f18c42a4fd65bbcff728218dd.tar.bz2 |
Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/browser/content_settings to chrome/common.
This is needed for transmitting image-related content settings to the renderer.
BUG=81179
TEST=NONE
Review URL: http://codereview.chromium.org/7885006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications/notification_exceptions_table_model.cc')
-rw-r--r-- | chrome/browser/notifications/notification_exceptions_table_model.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/notification_exceptions_table_model.cc b/chrome/browser/notifications/notification_exceptions_table_model.cc index 943672b..f147af5 100644 --- a/chrome/browser/notifications/notification_exceptions_table_model.cc +++ b/chrome/browser/notifications/notification_exceptions_table_model.cc @@ -9,10 +9,10 @@ #include "base/auto_reset.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/content_settings/content_settings_pattern.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/common/content_settings.h" +#include "chrome/common/content_settings_pattern.h" #include "chrome/common/content_settings_types.h" #include "chrome/common/url_constants.h" #include "content/common/notification_service.h" |