| Index: chrome/browser/ui/blocked_content/blocked_content_tab_helper_delegate.h
|
| diff --git a/chrome/browser/ui/blocked_content/blocked_content_tab_helper_delegate.h b/chrome/browser/ui/blocked_content/blocked_content_tab_helper_delegate.h
|
| index 6e58177575aa90835bc454efb7f2b8a8706b0597..6b64d8fd0e65148a70167079957d164bc7bc044b 100644
|
| --- a/chrome/browser/ui/blocked_content/blocked_content_tab_helper_delegate.h
|
| +++ b/chrome/browser/ui/blocked_content/blocked_content_tab_helper_delegate.h
|
| @@ -7,7 +7,6 @@
|
| #pragma once
|
|
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| // Objects implement this interface to get notified about changes in the
|
| // BlockedContentTabHelper and to provide necessary functionality.
|
| @@ -15,8 +14,7 @@ class BlockedContentTabHelperDelegate {
|
| public:
|
| // If |source| is constrained, returns the tab containing it. Otherwise
|
| // returns |source|.
|
| - virtual TabContentsWrapper* GetConstrainingContentsWrapper(
|
| - TabContentsWrapper* source) = 0;
|
| + virtual TabContents* GetConstrainingTabContents(TabContents* source) = 0;
|
|
|
| protected:
|
| virtual ~BlockedContentTabHelperDelegate();
|
|
|