Chromium Code Reviews| Index: chrome/browser/download/test_download_shelf.cc |
| diff --git a/chrome/browser/download/test_download_shelf.cc b/chrome/browser/download/test_download_shelf.cc |
| index 6eef6944a049a65ef32b0fa2d9dd7b80168f3a92..c28cb0382f4fda4f408aedda7f82c7ea62b63bda 100644 |
| --- a/chrome/browser/download/test_download_shelf.cc |
| +++ b/chrome/browser/download/test_download_shelf.cc |
| @@ -39,7 +39,7 @@ void TestDownloadShelf::DoShow() { |
| is_showing_ = true; |
| } |
| -void TestDownloadShelf::DoClose() { |
| +void TestDownloadShelf::DoClose(CloseReason reason) { |
| is_showing_ = false; |
| } |