commit | eb668c94234b83bb1cad9404e86eafe410388475 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Feb 06 15:35:29 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Feb 06 15:35:29 2012 |
tree | a5bf49fe892025c1727c767f5cc58d08d0cfd258 | |
parent | eaef2a3f543f50bdd913d0a3fbe45f270639b9cf [diff] [blame] |
Move TabContentsViewMac to content. BUG=93804, 95573 TEST=no change Review URL: https://chromiumcodereview.appspot.com/9323057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120570 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index d9391fd5..aef97ef 100644 --- a/content/browser/tab_contents/tab_contents.h +++ b/content/browser/tab_contents/tab_contents.h
@@ -362,7 +362,7 @@ #if defined(TOOLKIT_VIEWS) friend class TabContentsViewViews; #elif defined(OS_MACOSX) - friend class TabContentsViewMac; + friend class WebContentsViewMac; #elif defined(TOOLKIT_USES_GTK) friend class TabContentsViewGtk; #endif