Index: components/policy/core/common/cloud/system_policy_request_context.h |
diff --git a/components/policy/core/common/cloud/system_policy_request_context.h b/components/policy/core/common/cloud/system_policy_request_context.h |
index 7c0a288dccd240b4eb59cf8c9800bb11cbcd6f37..8fd6598f672d61db74f9572a7309117b36524fbc 100644 |
--- a/components/policy/core/common/cloud/system_policy_request_context.h |
+++ b/components/policy/core/common/cloud/system_policy_request_context.h |
@@ -24,12 +24,12 @@ class POLICY_EXPORT SystemPolicyRequestContext |
const std::string& user_agent); |
// Overridden from net::URLRequestContextGetter: |
- virtual net::URLRequestContext* GetURLRequestContext() override; |
- virtual scoped_refptr<base::SingleThreadTaskRunner> |
- GetNetworkTaskRunner() const override; |
+ net::URLRequestContext* GetURLRequestContext() override; |
+ scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner() |
+ const override; |
protected: |
- virtual ~SystemPolicyRequestContext(); |
+ ~SystemPolicyRequestContext() override; |
private: |
scoped_refptr<net::URLRequestContextGetter> system_context_getter_; |