| Index: chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate.cc b/chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| index b6959ca5f876386f860f7fb6f2e74765532a1047..b64ae702623c76e0d6f297d761e9d9f12771ac85 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "chrome/browser/geolocation/geolocation_infobar_delegate.h"
|
|
|
| +#include "chrome/browser/android/android_theme_resources.h"
|
| #include "chrome/browser/infobars/infobar_service.h"
|
| #include "chrome/grit/generated_resources.h"
|
| #include "components/infobars/core/infobar.h"
|
| #include "components/url_formatter/elide_url.h"
|
| #include "grit/generated_resources.h"
|
| -#include "grit/theme_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| // static
|
| @@ -38,7 +38,7 @@ GeolocationInfoBarDelegate::~GeolocationInfoBarDelegate() {
|
| }
|
|
|
| int GeolocationInfoBarDelegate::GetIconId() const {
|
| - return IDR_INFOBAR_GEOLOCATION;
|
| + return IDR_ANDROID_INFOBAR_GEOLOCATION;
|
| }
|
|
|
| base::string16 GeolocationInfoBarDelegate::GetMessageText() const {
|
|
|