// 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. #include "chrome/browser/media/media_storage_id_salt.h" #include "chrome/common/pref_names.h" #include "components/prefs/testing_pref_service.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" TEST(MediaStorageIdSalt, Register) { … } TEST(MediaStorageIdSalt, Create) { … } TEST(MediaStorageIdSalt, Recreate) { … } TEST(MediaStorageIdSalt, FetchTwice) { … }