| Index: chrome/browser/pepper_broker_infobar_delegate.cc
|
| diff --git a/chrome/browser/pepper_broker_infobar_delegate.cc b/chrome/browser/pepper_broker_infobar_delegate.cc
|
| index 4f959ca14de24b18ab24625fc687228e420a892d..f638a5bfeb1feea9e5e455e2a98c0fb82630ec99 100644
|
| --- a/chrome/browser/pepper_broker_infobar_delegate.cc
|
| +++ b/chrome/browser/pepper_broker_infobar_delegate.cc
|
| @@ -21,7 +21,6 @@
|
| #include "grit/theme_resources.h"
|
| #include "net/base/net_util.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| -#include "ui/base/resource/resource_bundle.h"
|
| #include "webkit/plugins/webplugininfo.h"
|
|
|
| #if defined(GOOGLE_TV)
|
| @@ -150,9 +149,8 @@ PepperBrokerInfoBarDelegate::~PepperBrokerInfoBarDelegate() {
|
| callback_.Run(false);
|
| }
|
|
|
| -gfx::Image* PepperBrokerInfoBarDelegate::GetIcon() const {
|
| - return &ResourceBundle::GetSharedInstance().GetNativeImageNamed(
|
| - IDR_INFOBAR_PLUGIN_INSTALL);
|
| +int PepperBrokerInfoBarDelegate::GetIconID() const {
|
| + return IDR_INFOBAR_PLUGIN_INSTALL;
|
| }
|
|
|
| string16 PepperBrokerInfoBarDelegate::GetMessageText() const {
|
|
|