Index: chrome/browser/download/download_target_determiner_unittest.cc |
diff --git a/chrome/browser/download/download_target_determiner_unittest.cc b/chrome/browser/download/download_target_determiner_unittest.cc |
index 7c15435108d18ab28040d2981bffaf9ff942ea55..8c09a39b6bdd2c834bb3d7176ebd783b6d99b959 100644 |
--- a/chrome/browser/download/download_target_determiner_unittest.cc |
+++ b/chrome/browser/download/download_target_determiner_unittest.cc |
@@ -62,7 +62,7 @@ namespace { |
class NullWebContentsDelegate : public content::WebContentsDelegate { |
public: |
NullWebContentsDelegate() {} |
- virtual ~NullWebContentsDelegate() {} |
+ ~NullWebContentsDelegate() override {} |
}; |
// Google Mock action that posts a task to the current message loop that invokes |