Index: chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h |
diff --git a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h |
index 9897f4afc0c9df6b00b9c35fb84c7312352ed6e1..2b5a37a975f22ec54e8efb3b0a1107076e00af84 100644 |
--- a/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h |
+++ b/chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h |
@@ -153,7 +153,7 @@ class ChromeLauncherController : public ash::LauncherDelegate, |
// Sets the image for an app tab. This is intended to be invoked from the |
// AppIconLoader. |
- void SetAppImage(const std::string& app_id, const SkBitmap* image); |
+ void SetAppImage(const std::string& app_id, const gfx::ImageSkia& image); |
// Returns true if a pinned launcher item with given |app_id| could be found. |
bool IsAppPinned(const std::string& app_id); |