summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/options/exceptions_view.h
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 19:01:47 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 19:01:47 +0000
commit47115104dc1a6a06b85dc23cc4d5993847ea0fa7 (patch)
treeedcb2976dbf42db35e85d711a08db8777187d67b /chrome/browser/views/options/exceptions_view.h
parent083d0031696fedc3ac35351c059a3097b6bfa87e (diff)
downloadchromium_src-47115104dc1a6a06b85dc23cc4d5993847ea0fa7.zip
chromium_src-47115104dc1a6a06b85dc23cc4d5993847ea0fa7.tar.gz
chromium_src-47115104dc1a6a06b85dc23cc4d5993847ea0fa7.tar.bz2
GTK: Implement the exceptions dialog for the content filtering settings.
BUG=35178 TEST=none Review URL: http://codereview.chromium.org/646060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/options/exceptions_view.h')
-rw-r--r--chrome/browser/views/options/exceptions_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/options/exceptions_view.h b/chrome/browser/views/options/exceptions_view.h
index ca3b110..bc33564 100644
--- a/chrome/browser/views/options/exceptions_view.h
+++ b/chrome/browser/views/options/exceptions_view.h
@@ -7,7 +7,7 @@
#include <string>
-#include "chrome/browser/views/options/content_exceptions_table_model.h"
+#include "chrome/browser/content_exceptions_table_model.h"
#include "chrome/browser/views/options/exception_editor_view.h"
#include "chrome/common/content_settings.h"
#include "chrome/common/content_settings_types.h"