// 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 "content/common/frame_message_structs.h"

namespace content {

FrameMsg_ViewChanged_Params::FrameMsg_ViewChanged_Params() = default;

FrameMsg_ViewChanged_Params::~FrameMsg_ViewChanged_Params() = default;

}  // namespace content
