summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/extensions/file_browser_notifications.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/extensions/file_browser_notifications.cc')
-rw-r--r--chrome/browser/chromeos/extensions/file_browser_notifications.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/extensions/file_browser_notifications.cc b/chrome/browser/chromeos/extensions/file_browser_notifications.cc
index e9ac63f..9759edb 100644
--- a/chrome/browser/chromeos/extensions/file_browser_notifications.cc
+++ b/chrome/browser/chromeos/extensions/file_browser_notifications.cc
@@ -175,8 +175,8 @@ class FileBrowserNotifications::NotificationMessage {
const std::string& notification_id,
const string16& message)
: message_(message) {
- const gfx::ImageSkia& icon =
- *ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
+ const gfx::Image& icon =
+ ResourceBundle::GetSharedInstance().GetNativeImageNamed(
GetIconId(type));
// TODO(mukai): refactor here to invoke NotificationUIManager directly.
const string16 replace_id = UTF8ToUTF16(notification_id);