history_clusters_types.cc 602 B

123456789101112131415161718
  1. // Copyright 2022 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/history_clusters/core/history_clusters_types.h"
  5. namespace history_clusters {
  6. IncompleteVisitContextAnnotations::IncompleteVisitContextAnnotations() =
  7. default;
  8. IncompleteVisitContextAnnotations::IncompleteVisitContextAnnotations(
  9. const IncompleteVisitContextAnnotations&) = default;
  10. IncompleteVisitContextAnnotations::~IncompleteVisitContextAnnotations() =
  11. default;
  12. } // namespace history_clusters