| Index: chrome/browser/blocked_content_container.cc
|
| diff --git a/chrome/browser/blocked_content_container.cc b/chrome/browser/blocked_content_container.cc
|
| index 58897c4a4b3411e26fada3d1cad445c8e1833cf4..640e505f48fb9d0af7de50a15ebfb1498e31137a 100644
|
| --- a/chrome/browser/blocked_content_container.cc
|
| +++ b/chrome/browser/blocked_content_container.cc
|
| @@ -31,6 +31,8 @@ BlockedContentContainer::BlockedContentContainer(TabContents* owner)
|
| : owner_(owner) {
|
| }
|
|
|
| +BlockedContentContainer::~BlockedContentContainer() {}
|
| +
|
| void BlockedContentContainer::AddTabContents(TabContents* tab_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& bounds,
|
|
|