// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_IMPL_H_ #define SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_IMPL_H_ #include "base/compiler_specific.h" #include "base/values.h" #include "services/preferences/tracked/pref_hash_calculator.h" #include "services/preferences/tracked/pref_hash_store.h" // Implements PrefHashStoreImpl by storing preference hashes in a // HashStoreContents. class PrefHashStoreImpl : public PrefHashStore { … }; #endif // SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_IMPL_H_