diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 03:49:38 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 03:49:38 +0000 |
commit | 864b1368516c110605addd725ad33613047f94b2 (patch) | |
tree | 0f4d802f08b43df658ec45df351089e108f63b1b /chrome/browser/pref_value_store.h | |
parent | 2803418949500717c4cbd1cb27fec8b03485e77a (diff) | |
download | chromium_src-864b1368516c110605addd725ad33613047f94b2.zip chromium_src-864b1368516c110605addd725ad33613047f94b2.tar.gz chromium_src-864b1368516c110605addd725ad33613047f94b2.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 6)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3093013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/pref_value_store.h')
-rw-r--r-- | chrome/browser/pref_value_store.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/pref_value_store.h b/chrome/browser/pref_value_store.h index c1901f6..e0ac64d 100644 --- a/chrome/browser/pref_value_store.h +++ b/chrome/browser/pref_value_store.h @@ -11,18 +11,18 @@ #include "base/basictypes.h" #include "base/callback.h" -#include "base/file_path.h" #include "base/gtest_prod_util.h" #include "base/ref_counted.h" #include "base/string16.h" #include "base/scoped_ptr.h" -#include "base/values.h" #include "chrome/browser/chrome_thread.h" #include "chrome/browser/pref_notifier.h" #include "chrome/common/pref_store.h" +class FilePath; class PrefStore; class Profile; +class Value; // The PrefValueStore manages various sources of values for Preferences // (e.g., configuration policies, extensions, and user settings). It returns |