| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| index 15733655eebb813c776533a48a31833e1a397335..cea1f3f42db599f3615f8c576e92e6b9f2931b61 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| @@ -66,7 +66,7 @@ class TabContentsWrapper : public TabContentsObserver,
|
| // Takes ownership of |contents|, which must be heap-allocated (as it lives
|
| // in a scoped_ptr) and can not be NULL.
|
| explicit TabContentsWrapper(TabContents* contents);
|
| - ~TabContentsWrapper();
|
| + virtual ~TabContentsWrapper();
|
|
|
| // Used to retrieve this object from |tab_contents_|, which is placed in
|
| // its property bag to avoid adding additional interfaces.
|
|
|