blob: e16f45ea5cf4cf9dd780392a12dda077140b941c [file] [log] [blame]
// 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 "chrome/browser/tab/storage_loaded_data.h"
namespace tabs {
StorageLoadedData::StorageLoadedData() = default;
StorageLoadedData::~StorageLoadedData() = default;
StorageLoadedData::StorageLoadedData(StorageLoadedData&&) = default;
StorageLoadedData& StorageLoadedData::operator=(StorageLoadedData&&) = default;
} // namespace tabs