// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/lens/ref_counted_lens_overlay_client_logs.h"

namespace lens {
RefCountedLensOverlayClientLogs::RefCountedLensOverlayClientLogs() = default;

RefCountedLensOverlayClientLogs::~RefCountedLensOverlayClientLogs() = default;

}  // namespace lens
