1 // Copyright 2022 The Chromium Authors.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "client_base.h"
7 namespace content_analysis
{
10 ClientBase::ClientBase(Config config
) : config_(config
) {}
12 const Client::Config
& ClientBase::GetConfig() const {
16 const AgentInfo
& ClientBase::GetAgentInfo() const {
21 } // namespace content_analysis