Index: chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
diff --git a/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h b/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
index 908ebdbe793f346e7099f4222875e5f796f01d83..8e5d36c0adb70e9c548d9b439717b6c04d399ae3 100644 |
--- a/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
+++ b/chrome/browser/media/protected_media_identifier_infobar_delegate_android.h |
@@ -13,7 +13,7 @@ |
class InfoBarService; |
class ProtectedMediaIdentifierInfoBarDelegateAndroid |
- : public PermissionInfobarDelegate { |
+ : public PermissionInfoBarDelegate { |
public: |
// Creates a protected media identifier infobar and delegate and adds the |
// infobar to |infobar_service|. Returns the infobar if it was successfully |
@@ -40,8 +40,6 @@ class ProtectedMediaIdentifierInfoBarDelegateAndroid |
base::string16 GetLinkText() const override; |
GURL GetLinkURL() const override; |
- GURL requesting_frame_; |
- |
DISALLOW_COPY_AND_ASSIGN(ProtectedMediaIdentifierInfoBarDelegateAndroid); |
}; |