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_frame | |
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_frame')
-rw-r--r-- | chrome_frame/np_proxy_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/np_proxy_service.h b/chrome_frame/np_proxy_service.h index 0788b92..d325527 100644 --- a/chrome_frame/np_proxy_service.h +++ b/chrome_frame/np_proxy_service.h @@ -7,7 +7,6 @@ #include <string> #include <vector> -#include "base/values.h" #include "base/scoped_ptr.h" // Avoid conflicts with basictypes and the gecko sdk. @@ -29,6 +28,7 @@ ASSOCIATE_IID(NS_ISERVICEMANAGER_IID_STR, nsIServiceManager); ASSOCIATE_IID(NS_IPREFSERVICE_IID_STR, nsIPrefService); ASSOCIATE_IID(NS_IPREFBRANCH2_IID_STR, nsIPrefBranch2); +class DictionaryValue; class nsIServiceManager; class nsIPrefService; class nsIPrefBranch2; |