blob: 4d0dc9e81f77e9248fb32326797ffa52104669f4 [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 "components/autofill/ios/form_util/form_activity_params.h"
namespace autofill {
FormActivityParams::FormActivityParams() = default;
FormActivityParams::FormActivityParams(const FormActivityParams& other) =
default;
FormActivityParams::~FormActivityParams() = default;
} // namespace autofill