blob: 6db95a896eb29ba7b56840b5f50fa7e80046cb6f [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "weblayer/public/browser.h"
namespace weblayer {
Browser::PersistenceInfo::PersistenceInfo() = default;
Browser::PersistenceInfo::PersistenceInfo(const PersistenceInfo& other) =
default;
Browser::PersistenceInfo::~PersistenceInfo() = default;
} // namespace weblayer