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 1592e6caf47761feb5be2f3b2a1f19619f5980c8..33ba9a50f2c9eaacdc309662d0265754775d5d26 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
@@ -43,6 +43,7 @@ class PasswordManagerDelegate; |
class PluginObserver; |
class Profile; |
class RestoreTabHelper; |
+class SadTabObserver; |
class SearchEngineTabHelper; |
class TabContentsSSLHelper; |
class TabContentsWrapperDelegate; |
@@ -324,6 +325,7 @@ class TabContentsWrapper : public TabContentsObserver, |
scoped_ptr<ExternalProtocolObserver> external_protocol_observer_; |
scoped_ptr<PluginObserver> plugin_observer_; |
scoped_ptr<printing::PrintPreviewMessageHandler> print_preview_; |
+ scoped_ptr<SadTabObserver> sad_tab_observer_; |
scoped_ptr<ThumbnailGenerator> thumbnail_generation_observer_; |
// TabContents (MUST BE LAST) ------------------------------------------------ |