chromium/ash/public/cpp/message_center/arc_notification_manager_base.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ash/public/cpp/message_center/arc_notification_manager_base.h"

namespace ash {

ArcNotificationManagerBase::ArcNotificationManagerBase() = default;

ArcNotificationManagerBase::~ArcNotificationManagerBase() = default;

}  // namespace ash