| 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 f7de481b9bd8366c16ff3e313e18fc21ce7be5c4..d6b0553e313a95f80509fdb6587ad4721cbea5bb 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| @@ -206,8 +206,6 @@ class TabContentsWrapper : public content::WebContentsObserver {
|
| virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE;
|
|
|
| private:
|
| - friend class PrefsTabHelperTest;
|
| -
|
| // Used to retrieve this object from |web_contents_|, which is placed in
|
| // its property bag to avoid adding additional interfaces.
|
| static base::PropertyAccessor<TabContentsWrapper*>* property_accessor();
|
|
|