| Index: chrome/browser/media/protected_media_identifier_infobar_delegate.h
|
| diff --git a/chrome/browser/media/protected_media_identifier_infobar_delegate.h b/chrome/browser/media/protected_media_identifier_infobar_delegate.h
|
| index d1c8089689213709f05cc1040cdac1824372f706..1a4380b5a8c28a5467dd51c917eade54262f69ed 100644
|
| --- a/chrome/browser/media/protected_media_identifier_infobar_delegate.h
|
| +++ b/chrome/browser/media/protected_media_identifier_infobar_delegate.h
|
| @@ -22,11 +22,12 @@ class ProtectedMediaIdentifierInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| // Creates a protected media identifier 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);
|
| + static infobars::InfoBar* Create(InfoBarService* infobar_service,
|
| + PermissionQueueController* controller,
|
| + const PermissionRequestID& id,
|
| + const GURL& requesting_frame,
|
| + const std::string& display_languages);
|
| +
|
| protected:
|
| ProtectedMediaIdentifierInfoBarDelegate(PermissionQueueController* controller,
|
| const PermissionRequestID& id,
|
|
|