// Copyright 2014 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/common/extensions/api/notifications/notification_style.h" #include "ui/message_center/public/cpp/message_center_constants.h" NotificationBitmapSizes::NotificationBitmapSizes() { … } NotificationBitmapSizes::NotificationBitmapSizes( const NotificationBitmapSizes& other) = default; NotificationBitmapSizes::~NotificationBitmapSizes() { … } NotificationBitmapSizes GetNotificationBitmapSizes() { … }