// 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_CALCULATOR_H_ #define SERVICES_PREFERENCES_TRACKED_PREF_HASH_CALCULATOR_H_ #include "base/values.h" #include <string> // Calculates and validates preference value hashes. class PrefHashCalculator { … }; #endif // SERVICES_PREFERENCES_TRACKED_PREF_HASH_CALCULATOR_H_