// 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. #include "chrome/browser/safe_browsing/extension_telemetry/cookies_get_all_signal.h" #include "testing/gtest/include/gtest/gtest.h" namespace safe_browsing { namespace { TEST(CookiesGetAllSignalTest, StripUrlCorrectly) { … } TEST(CookiesGetAllSignalTest, ConcatFieldsWithAllArgs) { … } TEST(CookiesGetAllSignalTest, ConcatFieldsWithDefaultArgs) { … } } // namespace } // namespace safe_browsing