summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-15 01:28:35 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-15 01:28:35 +0000
commit2f1adaa16fa3026c9dafcd29ca9d61b9444343d7 (patch)
tree11eb53733e9c9fa1d68602da37418d90a8037f3e /chrome
parent6db87803de31ac4412088b17748284977ea4a468 (diff)
downloadchromium_src-2f1adaa16fa3026c9dafcd29ca9d61b9444343d7.zip
chromium_src-2f1adaa16fa3026c9dafcd29ca9d61b9444343d7.tar.gz
chromium_src-2f1adaa16fa3026c9dafcd29ca9d61b9444343d7.tar.bz2
Oops. Fix build.
s/WebContentsView/WebContentsViewMac/ Review URL: http://codereview.chromium.org/73062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/tab_contents/web_contents_view_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_contents_view_mac.mm b/chrome/browser/tab_contents/web_contents_view_mac.mm
index 9e60298..fd76cd5 100644
--- a/chrome/browser/tab_contents/web_contents_view_mac.mm
+++ b/chrome/browser/tab_contents/web_contents_view_mac.mm
@@ -160,7 +160,7 @@ void WebContentsViewMac::RestoreFocus() {
// TODO(port)
}
-void WebContentsView::SetChildSize(RenderWidgetHostView* rwh_view) {
+void WebContentsViewMac::SetChildSize(RenderWidgetHostView* rwh_view) {
rwh_view->SetSize(GetContainerSize());
}