Index: chrome/browser/prefs/pref_hash_store_impl.h |
diff --git a/chrome/browser/prefs/pref_hash_store_impl.h b/chrome/browser/prefs/pref_hash_store_impl.h |
index c6483277832c5fc97b4f6c62466d6a779c6d5694..f334f68694f270649c52f9b6bc98f8142662b440 100644 |
--- a/chrome/browser/prefs/pref_hash_store_impl.h |
+++ b/chrome/browser/prefs/pref_hash_store_impl.h |
@@ -54,9 +54,6 @@ class PrefHashStoreImpl : public PrefHashStore { |
virtual scoped_ptr<PrefHashStoreTransaction> BeginTransaction() OVERRIDE; |
virtual void CommitPendingWrite() OVERRIDE; |
- // Returns the current version of this hash store. |
- StoreVersion GetCurrentVersion() const; |
- |
private: |
class PrefHashStoreTransactionImpl; |