| 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 a5a51ef1cd3e2536489e65e3245ad0a980e7f4f2..8a05b621d62f9d932f4e9c307984af28fd9561df 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service.cc
|
| @@ -38,7 +38,7 @@
|
| #include "grit/browser_resources.h"
|
| #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"
|
| @@ -127,7 +127,7 @@ NotificationPermissionInfoBarDelegate::
|
|
|
| gfx::Image* NotificationPermissionInfoBarDelegate::GetIcon() const {
|
| return &ResourceBundle::GetSharedInstance().GetNativeImageNamed(
|
| - IDR_PRODUCT_LOGO_32);
|
| + IDR_INFOBAR_DESKTOP_NOTIFICATIONS);
|
| }
|
|
|
| InfoBarDelegate::Type
|
|
|