Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index f5feb756b325422e5159699680eaff0c9890e264..8ca5c06409bc4fbedd5998264eb79d22969c9749 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -202,7 +202,7 @@ |
virtual PrefService* GetOffTheRecordPrefs() = 0; |
// Returns the main request context. |
- virtual net::URLRequestContextGetter* GetRequestContext() = 0; |
+ net::URLRequestContextGetter* GetRequestContext() override = 0; |
// Returns the request context used for extension-related requests. This |
// is only used for a separate cookie store currently. |