Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1667)

Unified Diff: chrome/browser/content_settings/host_content_settings_map.cc

Issue 6253012: Add ContentSettingsProvider Interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/content_settings/host_content_settings_map.cc
diff --git a/chrome/browser/content_settings/host_content_settings_map.cc b/chrome/browser/content_settings/host_content_settings_map.cc
index 0345e81991547f921dc933f754c50e5078ca6669..3e9338badcdf019b25e0761e23d382f082599e32 100644
--- a/chrome/browser/content_settings/host_content_settings_map.cc
+++ b/chrome/browser/content_settings/host_content_settings_map.cc
@@ -26,6 +26,10 @@
#include "net/base/net_util.h"
#include "net/base/static_cookie_policy.h"
+using content_settings::DefaultContentSettingsProvider;
+using content_settings::PrefContentSettingsProvider;
+using content_settings::PolicyContentSettingsProvider;
+
namespace {
// The preference keys where resource identifiers are stored for

Powered by Google App Engine
This is Rietveld 408576698