chromium/chrome/browser/notifications/scheduler/public/icon_bundle.cc

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

#include "chrome/browser/notifications/scheduler/public/icon_bundle.h"

#include <utility>

namespace notifications {

IconBundle::IconBundle() :{}
IconBundle::IconBundle(SkBitmap skbitmap)
    :{}
IconBundle::IconBundle(int resource_id) :{}
IconBundle::IconBundle(const IconBundle& other) = default;
IconBundle::~IconBundle() = default;

}  // namespace notifications