diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-19 19:01:47 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-19 19:01:47 +0000 |
commit | 47115104dc1a6a06b85dc23cc4d5993847ea0fa7 (patch) | |
tree | edcb2976dbf42db35e85d711a08db8777187d67b /chrome/browser/views/options/exceptions_view.h | |
parent | 083d0031696fedc3ac35351c059a3097b6bfa87e (diff) | |
download | chromium_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.h | 2 |
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" |