Index: chrome/browser/download/download_ui_controller_unittest.cc |
diff --git a/chrome/browser/download/download_ui_controller_unittest.cc b/chrome/browser/download/download_ui_controller_unittest.cc |
index c909e88c8c171a17c1e033effc12d8ef59e14de4..59aa68b73da5f424fa0b3b0e31ef445482db7c22 100644 |
--- a/chrome/browser/download/download_ui_controller_unittest.cc |
+++ b/chrome/browser/download/download_ui_controller_unittest.cc |
@@ -87,7 +87,7 @@ class DownloadUIControllerTest : public ChromeRenderViewHostTestHarness { |
protected: |
// testing::Test |
- virtual void SetUp() override; |
+ void SetUp() override; |
// Returns a TestDelegate. Invoking OnNewDownloadReady on the returned |
// delegate results in the DownloadItem* being stored in |notified_item_|. |