diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 23:27:04 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 23:27:04 +0000 |
commit | a89c7f89d59227d7a79150bbf704ce69c6bb43c0 (patch) | |
tree | 77edb028fe27a4227c3ddee28e26c408dd8ded68 /chrome/browser | |
parent | df17fc7f79dbce8f86f612193c8d305df8f500d3 (diff) | |
download | chromium_src-a89c7f89d59227d7a79150bbf704ce69c6bb43c0.zip chromium_src-a89c7f89d59227d7a79150bbf704ce69c6bb43c0.tar.gz chromium_src-a89c7f89d59227d7a79150bbf704ce69c6bb43c0.tar.bz2 |
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
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/views/download_shelf_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |