diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/DEPS | 1 | ||||
-rw-r--r-- | chrome/browser/sandbox_policy.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 5308c41..e324a90 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -10,7 +10,6 @@ include_rules = [ "+sandbox/src", "+skia/include", "+skia/ext", - "+webkit/activex_shim", "+webkit/default_plugin", "+webkit/glue", # Defines some types that are marshalled over IPC. diff --git a/chrome/browser/sandbox_policy.h b/chrome/browser/sandbox_policy.h index 393e4bf..18f58a8 100644 --- a/chrome/browser/sandbox_policy.h +++ b/chrome/browser/sandbox_policy.h @@ -9,7 +9,6 @@ #include "base/file_path.h" #include "sandbox/src/sandbox.h" -#include "webkit/activex_shim/activex_shared.h" // Adds the generic policy rules to a sandbox TargetPolicy. bool AddGenericPolicy(sandbox::TargetPolicy* policy); |