diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 16:18:35 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 16:18:35 +0000 |
commit | 6eddfd447c7c6f3e0fb9a5e46761c857592e9efd (patch) | |
tree | 12558656e0d7804a5b456e126f1ca4e5fbbdeca7 /content/browser/tab_contents/tab_contents.h | |
parent | 2efdbfd1a2f7c3eda02d44c66dafd3266fe407f7 (diff) | |
download | chromium_src-6eddfd447c7c6f3e0fb9a5e46761c857592e9efd.zip chromium_src-6eddfd447c7c6f3e0fb9a5e46761c857592e9efd.tar.gz chromium_src-6eddfd447c7c6f3e0fb9a5e46761c857592e9efd.tar.bz2 |
TabContents -> WebContentsImpl, part 5.
TabContentsViewAura -> WebContentsViewAura
TabContentsViewGtk -> WebContentsViewGtk
TabContentsViewHelper -> WebContentsViewHelper
TabContentsViewWin -> WebContentsViewWin
BUG=105875
TEST=no change
Review URL: https://chromiumcodereview.appspot.com/10031044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131779 0039d316-1c4b-4281-b951-d872f2087c98
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. |