| Index: chrome/browser/geolocation/geolocation_browsertest.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc
|
| index cdf566acf6ac18c1644a5611fdb1db28036dcd61..8b715c7a0cbfc0d79502551171ce4e66124e8acc 100644
|
| --- a/chrome/browser/geolocation/geolocation_browsertest.cc
|
| +++ b/chrome/browser/geolocation/geolocation_browsertest.cc
|
| @@ -175,7 +175,7 @@ void GeolocationNotificationObserver::Observe(
|
| const content::NotificationDetails& details) {
|
| if (type == chrome::NOTIFICATION_TAB_CONTENTS_INFOBAR_ADDED) {
|
| infobar_ = content::Details<InfoBarAddedDetails>(details).ptr();
|
| - ASSERT_TRUE(infobar_->GetIcon());
|
| + ASSERT_FALSE(infobar_->GetIcon().IsEmpty());
|
| ASSERT_TRUE(infobar_->AsConfirmInfoBarDelegate());
|
| } else if (type == content::NOTIFICATION_DOM_OPERATION_RESPONSE) {
|
| content::Details<DomOperationNotificationDetails> dom_op_details(details);
|
|
|