Index: ash/system/tray/system_tray_delegate.h |
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h |
index e4fa9f308656e3135c5f1c45385b2be8714c802d..3b9284f972aeaf97fe002c7a85d42d19bb03a484 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -16,8 +16,7 @@ |
#include "base/i18n/time_formatting.h" |
#include "base/string16.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
- |
-class SkBitmap; |
+#include "ui/gfx/image/image_skia.h" |
namespace ash { |
@@ -27,7 +26,7 @@ struct ASH_EXPORT NetworkIconInfo { |
bool highlight; |
bool tray_icon_visible; |
- SkBitmap image; |
+ gfx::ImageSkia image; |
string16 name; |
string16 description; |
std::string service_path; |