From a89c7f89d59227d7a79150bbf704ce69c6bb43c0 Mon Sep 17 00:00:00 2001 From: "finnur@google.com" Date: Thu, 16 Oct 2008 23:27:04 +0000 Subject: Fixing build: GetViewContainer changed name from under me. :) TBR=jcampan Review URL: http://codereview.chromium.org/7464 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3493 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/download_shelf_view.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser') diff --git a/chrome/browser/views/download_shelf_view.cc b/chrome/browser/views/download_shelf_view.cc index d2ea863..70b4634 100644 --- a/chrome/browser/views/download_shelf_view.cc +++ b/chrome/browser/views/download_shelf_view.cc @@ -204,8 +204,8 @@ void DownloadShelfView::Layout() { // Otherwise, we can have problems when for example the user switches to // another tab (that doesn't have a download shelf) _before_ the download // has started and we'll crash when calling SetVisible() below because - // the NativeControlContainer ctor tries to use the ViewContainer. - if (!GetViewContainer()) + // the NativeControlContainer ctor tries to use the Container. + if (!GetContainer()) return; gfx::Size image_size = arrow_image_->GetPreferredSize(); -- cgit v1.1