| 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 1c9da3374df4e3010f187bbb10dda5d76a2aa382..9859f97acd6f9a16951e0f0d9cb4b05cbc3911da 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.h
|
| @@ -105,8 +105,6 @@ class TabContents : public content::WebContentsObserver {
|
| virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE;
|
|
|
| private:
|
| - friend class TabContentsFactory;
|
| -
|
| // Takes ownership of |contents|, which must be heap-allocated (as it lives
|
| // in a scoped_ptr) and can not be NULL.
|
| explicit TabContents(content::WebContents* contents);
|
|
|