Index: chrome/browser/notifications/desktop_notification_service.cc |
diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc |
index 89e7d38f560b87877b4f8a16930bb4527a60c7d1..7c99d836ac4a17917c75a9f02f4ee5cdbe17bef1 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.cc |
+++ b/chrome/browser/notifications/desktop_notification_service.cc |
@@ -38,6 +38,7 @@ |
#include "grit/chromium_strings.h" |
#include "grit/generated_resources.h" |
#include "grit/theme_resources.h" |
+#include "grit/theme_resources_standard.h" |
#include "net/base/escape.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/resource/resource_bundle.h" |
@@ -122,7 +123,7 @@ NotificationPermissionInfoBarDelegate:: |
gfx::Image* NotificationPermissionInfoBarDelegate::GetIcon() const { |
return &ResourceBundle::GetSharedInstance().GetNativeImageNamed( |
- IDR_PRODUCT_LOGO_32); |
+ IDR_INFOBAR_DESKTOP_NOTIFICATIONS); |
msw
2011/09/07 23:36:12
nit: I think this line should be indented one more
|
} |
InfoBarDelegate::Type |