Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(947)

Unified Diff: content/browser/tab_contents/tab_contents.h

Issue 10031044: TabContents -> WebContentsImpl, part 5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (fixed) Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698