diff options
Diffstat (limited to 'chrome/browser/notifications/notification.cc')
-rw-r--r-- | chrome/browser/notifications/notification.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/notification.cc b/chrome/browser/notifications/notification.cc index ffb2871..de9d158 100644 --- a/chrome/browser/notifications/notification.cc +++ b/chrome/browser/notifications/notification.cc @@ -71,7 +71,7 @@ Notification::Notification(message_center::NotificationType type, } Notification::Notification(const GURL& origin_url, - const gfx::ImageSkia& icon, + const gfx::Image& icon, const string16& title, const string16& body, WebKit::WebTextDirection dir, |