// 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. #ifndef CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_H_ #define CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_H_ #include <memory> #include <string> #include "base/observer_list.h" #include "build/build_config.h" #include "chrome/browser/status_icons/status_icon_menu_model.h" namespace gfx { class ImageSkia; } namespace message_center { struct NotifierId; } class StatusIconObserver; class StatusIcon { … }; #endif // CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_H_