diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index 8dbea62..cf0b362 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. |