blob: 26bdd324d96547c23bc83dfcecc6003ec992deed [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/offline_pages/core/offline_page_archiver.h"
namespace offline_pages {
OfflinePageArchiver::CreateArchiveParams::CreateArchiveParams(
const std::string& name_space)
: name_space(name_space) {}
} // namespace offline_pages