// 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_signal.h" #include "testing/gtest/include/gtest/gtest.h" namespace safe_browsing { namespace { TEST(CookiesGetSignalTest, StripUrlCorrectly) { … } TEST(CookiesGetSignalTest, ConcatFieldsWithArgs) { … } TEST(CookiesGetSignalTest, ConcatFieldsWithDefaultArgs) { … } } // namespace } // namespace safe_browsing