blob: e457ab5943b3255c82fbd875aab8be1f2c79f899 [file] [log] [blame]
// Copyright 2016 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 "third_party/blink/public/common/notifications/notification_resources.h"
namespace blink {
NotificationResources::NotificationResources() {}
NotificationResources::NotificationResources(
const NotificationResources& other) = default;
NotificationResources::~NotificationResources() {}
} // namespace blink