blob: c677322fe682c7b0f422406cd12508b9c2f51fb9 [file] [log] [blame]
// Copyright 2017 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 "content/browser/webauth/attestation_statement.h"
#include <string>
#include <utility>
namespace content {
AttestationStatement::AttestationStatement(std::string format)
: format_(std::move(format)) {}
AttestationStatement::~AttestationStatement() {}
} // namespace content