// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/public/test/content_cert_verifier_browser_test.h" namespace content { CertVerifierBrowserTest::CertVerifierBrowserTest() = default; CertVerifierBrowserTest::~CertVerifierBrowserTest() = default; void CertVerifierBrowserTest::SetUpCommandLine( base::CommandLine* command_line) { … } void CertVerifierBrowserTest::SetUpInProcessBrowserTestFixture() { … } void CertVerifierBrowserTest::TearDownInProcessBrowserTestFixture() { … } } // namespace content