diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 06:23:24 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 06:23:24 +0000 |
commit | c02c853d756b467844988f53064b295b44c1f7e1 (patch) | |
tree | 0ca474d0fae2621488499b5c1e312d493a0b8a21 /chrome/browser/extensions/sandboxed_extension_unpacker.h | |
parent | e1406eca301d114eaa3c64efca9ac15978d70c7c (diff) | |
download | chromium_src-c02c853d756b467844988f53064b295b44c1f7e1.zip chromium_src-c02c853d756b467844988f53064b295b44c1f7e1.tar.gz chromium_src-c02c853d756b467844988f53064b295b44c1f7e1.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 4)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2819094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/sandboxed_extension_unpacker.h')
-rw-r--r-- | chrome/browser/extensions/sandboxed_extension_unpacker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/sandboxed_extension_unpacker.h b/chrome/browser/extensions/sandboxed_extension_unpacker.h index a9b6408..00ee232 100644 --- a/chrome/browser/extensions/sandboxed_extension_unpacker.h +++ b/chrome/browser/extensions/sandboxed_extension_unpacker.h @@ -11,9 +11,9 @@ #include "base/file_path.h" #include "base/ref_counted.h" #include "base/scoped_temp_dir.h" -#include "base/values.h" #include "chrome/browser/utility_process_host.h" +class DictionaryValue; class Extension; class ResourceDispatcherHost; |