| Index: chrome/browser/ui/views/download/download_shelf_context_menu_view.cc
|
| diff --git a/chrome/browser/ui/views/download/download_shelf_context_menu_view.cc b/chrome/browser/ui/views/download/download_shelf_context_menu_view.cc
|
| index 94b6f362ade81e07e3c74c0a9eafe735365843d4..47e7bbe945a52bd53af139fb65d29e829a3ebeb0 100644
|
| --- a/chrome/browser/ui/views/download/download_shelf_context_menu_view.cc
|
| +++ b/chrome/browser/ui/views/download/download_shelf_context_menu_view.cc
|
| @@ -14,8 +14,8 @@
|
|
|
| DownloadShelfContextMenuView::DownloadShelfContextMenuView(
|
| content::DownloadItem* download_item,
|
| - content::PageNavigator* navigator)
|
| - : DownloadShelfContextMenu(download_item, navigator) {
|
| + Profile* profile)
|
| + : DownloadShelfContextMenu(download_item, profile) {
|
| }
|
|
|
| DownloadShelfContextMenuView::~DownloadShelfContextMenuView() {}
|
|
|