Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index c3b2983c6e4e979a387010f81249de39819bef9d..1ca4451e1ed0eeb4cc09ef83532ec674ad218ed1 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -153,7 +153,7 @@ class Profile : public content::BrowserContext { |
static const char kNoHostedDomainFound[]; |
Profile(); |
- virtual ~Profile(); |
+ ~Profile() override; |
// Profile prefs are registered as soon as the prefs are loaded for the first |
// time. |