diff options
Diffstat (limited to 'chrome/browser/dummy_pref_store.h')
-rw-r--r-- | chrome/browser/dummy_pref_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dummy_pref_store.h b/chrome/browser/dummy_pref_store.h index fb39819..6a99226 100644 --- a/chrome/browser/dummy_pref_store.h +++ b/chrome/browser/dummy_pref_store.h @@ -8,9 +8,9 @@ #include "base/basictypes.h" #include "base/scoped_ptr.h" -#include "base/values.h" #include "chrome/common/pref_store.h" +class DictionaryValue; // |DummyPrefStore| is a stub implementation of the |PrefStore| interface. // It allows to get and set the state of the |PrefStore|. |