# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
testonly = true
source_set("test") {
sources = [
"test_persistence_provider.cc",
"test_persistence_provider.h",
]
deps = [
"//base",
"//components/origin_trials:common",
"//net",
"//url",
]
}