// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_MEDIA_MEDIA_STORAGE_ID_SALT_H_ #define CHROME_BROWSER_MEDIA_MEDIA_STORAGE_ID_SALT_H_ #include <stdint.h> #include <vector> class PrefRegistrySimple; class PrefService; // MediaStorageIDSalt is responsible for creating and retrieving a salt string // that is used when creating Storage IDs. class MediaStorageIdSalt { … }; #endif // CHROME_BROWSER_MEDIA_MEDIA_STORAGE_ID_SALT_H_