| Index: chrome/browser/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.h (revision 18427)
|
| +++ chrome/browser/views/frame/browser_view.h (working copy)
|
| @@ -391,7 +391,7 @@
|
| scoped_ptr<BookmarkBarView> bookmark_bar_view_;
|
|
|
| // The download shelf view (view at the bottom of the page).
|
| - DownloadShelfView* download_shelf_;
|
| + scoped_ptr<DownloadShelfView> download_shelf_;
|
|
|
| // The InfoBarContainer that contains InfoBars for the current tab.
|
| InfoBarContainer* infobar_container_;
|
|
|