| 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 9029226aa6b9dd0535a3e58cc49a45e2cfd10aff..6e58177575aa90835bc454efb7f2b8a8706b0597 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
|
| @@ -6,7 +6,8 @@
|
| #define CHROME_BROWSER_UI_BLOCKED_CONTENT_BLOCKED_CONTENT_TAB_HELPER_DELEGATE_H_
|
| #pragma once
|
|
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // Objects implement this interface to get notified about changes in the
|
| // BlockedContentTabHelper and to provide necessary functionality.
|
|
|