chromium/content/public/browser/content_index_provider.cc

// Copyright 2019 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/browser/content_index_provider.h"

namespace content {

ContentIndexEntry::ContentIndexEntry(
    int64_t service_worker_registration_id,
    blink::mojom::ContentDescriptionPtr description,
    const GURL& launch_url,
    base::Time registration_time,
    bool is_top_level_context)
    :{}

ContentIndexEntry::ContentIndexEntry(ContentIndexEntry&& other) = default;

ContentIndexEntry& ContentIndexEntry::operator=(ContentIndexEntry&& other) {}

ContentIndexEntry::~ContentIndexEntry() = default;

ContentIndexProvider::ContentIndexProvider() = default;

ContentIndexProvider::~ContentIndexProvider() = default;

}  // namespace content