| Index: chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| diff --git a/chrome/browser/geolocation/geolocation_infobar_delegate.h b/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| index 92f2deea24ffa679f7c4ce8db2369086b3551eb3..a14c9eda151cc236121d40e1552628f638d2f922 100644
|
| --- a/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| +++ b/chrome/browser/geolocation/geolocation_infobar_delegate.h
|
| @@ -21,12 +21,12 @@ class GeolocationInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| public:
|
| // Creates a geolocation infobar and delegate and adds the infobar to
|
| // |infobar_service|. Returns the infobar if it was successfully added.
|
| - static InfoBar* Create(InfoBarService* infobar_service,
|
| - PermissionQueueController* controller,
|
| - const PermissionRequestID& id,
|
| - const GURL& requesting_frame,
|
| - const std::string& display_languages,
|
| - const std::string& accept_button_label);
|
| + static infobars::InfoBar* Create(InfoBarService* infobar_service,
|
| + PermissionQueueController* controller,
|
| + const PermissionRequestID& id,
|
| + const GURL& requesting_frame,
|
| + const std::string& display_languages,
|
| + const std::string& accept_button_label);
|
|
|
| protected:
|
| GeolocationInfoBarDelegate(PermissionQueueController* controller,
|
|
|