summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_exceptions_table_model.h
diff options
context:
space:
mode:
authorgfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-30 12:03:33 +0000
committergfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-30 12:03:33 +0000
commit9d01a6a5884920abb57f71b8fb9a1101bf15cca0 (patch)
treecd1c7c12fa4fedf11875bca46ba51beae5ad4a76 /chrome/browser/plugin_exceptions_table_model.h
parent7f4a91ed66f5be7c48f28fe7e9da440de4dba288 (diff)
downloadchromium_src-9d01a6a5884920abb57f71b8fb9a1101bf15cca0.zip
chromium_src-9d01a6a5884920abb57f71b8fb9a1101bf15cca0.tar.gz
chromium_src-9d01a6a5884920abb57f71b8fb9a1101bf15cca0.tar.bz2
Refactor: move HostContentSettingsMap to content_settings
BUG=64660 TEST=build succeeds (no effective code change) Review URL: http://codereview.chromium.org/5367006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67706 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_exceptions_table_model.h')
-rw-r--r--chrome/browser/plugin_exceptions_table_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_exceptions_table_model.h b/chrome/browser/plugin_exceptions_table_model.h
index f4f59e8..37009a2 100644
--- a/chrome/browser/plugin_exceptions_table_model.h
+++ b/chrome/browser/plugin_exceptions_table_model.h
@@ -8,7 +8,7 @@
#include <deque>
-#include "chrome/browser/host_content_settings_map.h"
+#include "chrome/browser/content_settings/host_content_settings_map.h"
#include "chrome/browser/remove_rows_table_model.h"
#include "chrome/common/notification_observer.h"
#include "webkit/glue/plugins/plugin_list.h"