chromium/chrome/test/chromedriver/chrome/client_hints.cc

// Copyright 2023 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/test/chromedriver/chrome/client_hints.h"

ClientHints::ClientHints() = default;

ClientHints::ClientHints(const ClientHints&) = default;

ClientHints::~ClientHints() = default;

ClientHints& ClientHints::operator=(const ClientHints&) = default;