| Index: chrome/browser/ui/tab_contents/tab_contents.h
 | 
| diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
 | 
| index d7afc28c444af130564eaccae596c22ae5dd773f..0e209314cb33d46c11f5f3eb545055b997d33653 100644
 | 
| --- a/chrome/browser/ui/tab_contents/tab_contents.h
 | 
| +++ b/chrome/browser/ui/tab_contents/tab_contents.h
 | 
| @@ -40,7 +40,6 @@ class OffscreenTabContentsCreator;
 | 
|  class PanelHost;
 | 
|  class PasswordManager;
 | 
|  class PasswordManagerDelegate;
 | 
| -class PepperBrokerObserver;
 | 
|  class PrefsTabHelper;
 | 
|  class Profile;
 | 
|  class ShellWindow;
 | 
| @@ -261,7 +260,6 @@ class TabContents : public content::WebContentsObserver {
 | 
|  
 | 
|    scoped_ptr<ExternalProtocolObserver> external_protocol_observer_;
 | 
|    scoped_ptr<NavigationMetricsRecorder> navigation_metrics_recorder_;
 | 
| -  scoped_ptr<PepperBrokerObserver> pepper_broker_observer_;
 | 
|    scoped_ptr<safe_browsing::SafeBrowsingTabObserver>
 | 
|        safe_browsing_tab_observer_;
 | 
|  
 | 
| 
 |