| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h
|
| index 3862f55b655292536d153fb3b5a9d5516f14d890..404e8c12d6d0cf2cf2959a7b7fc0d12af6c3489a 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h
|
| @@ -7,6 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| +#include "webkit/glue/window_open_disposition.h"
|
|
|
| class TabContentsWrapper;
|
| struct WebApplicationInfo;
|
| @@ -25,7 +26,6 @@ class TabContentsWrapperDelegate {
|
|
|
| virtual void SwapTabContents(TabContentsWrapper* old_tc,
|
| TabContentsWrapper* new_tc) = 0;
|
| -
|
| protected:
|
| virtual ~TabContentsWrapperDelegate();
|
| };
|
|
|