From 897d3bf2b8092cad9c51f6145b249f15447f4903 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Fri, 13 Mar 2009 14:36:40 +0000 Subject: Remove unneeded includes. Review URL: http://codereview.chromium.org/43091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11629 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/DEPS | 1 - chrome/browser/sandbox_policy.h | 1 - 2 files changed, 2 deletions(-) (limited to 'chrome') 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); -- cgit v1.1