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