| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index 8dbea62364cf5af8dd0aa8ce435968fd99406d65..cf0b362176bf3e91de5d34678f461655feffc1c6 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -390,7 +390,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| #elif defined(OS_MACOSX)
|
| friend class WebContentsViewMac;
|
| #elif defined(TOOLKIT_GTK)
|
| - friend class TabContentsViewGtk;
|
| + friend class WebContentsViewGtk;
|
| #endif
|
|
|
| // So InterstitialPageImpl can access SetIsLoading.
|
|
|