// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/message_center/message_center_style.h" #include <algorithm> #include "ui/gfx/color_palette.h" #include "ui/gfx/image/image_skia.h" #include "ui/gfx/paint_vector_icon.h" namespace message_center { gfx::Size GetImageSizeForContainerSize(const gfx::Size& container_size, const gfx::Size& image_size) { … } } // namespace message_center