Index: chrome/browser/download/download_service.h |
diff --git a/chrome/browser/download/download_service.h b/chrome/browser/download/download_service.h |
index dbd32f0d54573ce7317602c570a364cf5ad46e13..39ae20fcdbd93a5a8c2ceb6d8340737abdd3dc1a 100644 |
--- a/chrome/browser/download/download_service.h |
+++ b/chrome/browser/download/download_service.h |
@@ -68,7 +68,7 @@ class DownloadService : public KeyedService { |
// Will be called to release references on other services as part |
// of Profile shutdown. |
- virtual void Shutdown() OVERRIDE; |
+ virtual void Shutdown() override; |
// Returns false if at least one extension has disabled the shelf, true |
// otherwise. |