| Index: chrome/browser/blocked_content_container.h
|
| diff --git a/chrome/browser/blocked_content_container.h b/chrome/browser/blocked_content_container.h
|
| index 29fc467dffe1cc24ea23d7dbfbceafc7e8bf7044..714af7ce0ac3fb97a502194ca2a9d178a3bb4fb3 100644
|
| --- a/chrome/browser/blocked_content_container.h
|
| +++ b/chrome/browser/blocked_content_container.h
|
| @@ -20,6 +20,7 @@ class BlockedContentContainer : public TabContentsDelegate {
|
| public:
|
| // Creates a container for a certain TabContents:
|
| explicit BlockedContentContainer(TabContents* owner);
|
| + virtual ~BlockedContentContainer();
|
|
|
| // Adds a TabContents to this container. |bounds| are the window bounds
|
| // requested for the TabContents.
|
|
|