From 1d03fa3b98dccd9f18c42a4fd65bbcff728218dd Mon Sep 17 00:00:00 2001 From: "marja@chromium.org" Date: Wed, 21 Sep 2011 08:19:27 +0000 Subject: 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 --- chrome/browser/notifications/notification_exceptions_table_model.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/notifications/notification_exceptions_table_model.cc') 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" -- cgit v1.1