diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-20 22:05:12 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-20 22:05:12 +0000 |
commit | e69bce3dd3e31039bc1072ae2aa63485d094ecd0 (patch) | |
tree | 7767051d7c655a481664596160aace7eb59fd419 /chrome/common/temp_scaffolding_stubs.h | |
parent | 77bc673bf31c32bfdcb1bf139c3a58eace23e3ea (diff) | |
download | chromium_src-e69bce3dd3e31039bc1072ae2aa63485d094ecd0.zip chromium_src-e69bce3dd3e31039bc1072ae2aa63485d094ecd0.tar.gz chromium_src-e69bce3dd3e31039bc1072ae2aa63485d094ecd0.tar.bz2 |
Rename WebContentsView* to TabContentsView* in preparation for merging
TabContents and WebContents.
This also removes the Destroy method from the print manager's header file. I
removed the impl in a previous change but forgot the header.
Review URL: http://codereview.chromium.org/90004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 1da1d57..4d5200b 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -437,11 +437,11 @@ class HtmlDialogContents { #if defined(OS_MACOSX) -class WebContentsView; +class TabContentsView; class FindBarMac { public: - FindBarMac(WebContentsView*, gfx::NativeWindow) { } + FindBarMac(TabContentsView*, gfx::NativeWindow) { } void Show() { } void Close() { } void StartFinding(bool&) { } |