blob: 34e8e64e08fd89035af03bb2831cbd1004f2c175 [file] [log] [blame]
// Copyright 2020 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/js_injection/browser/web_message.h"
namespace js_injection {
WebMessage::WebMessage() = default;
WebMessage::~WebMessage() = default;
} // namespace js_injection