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 b4217143141c50fcabe6fbbdab98979e7c83da52..7c0a288dccd240b4eb59cf8c9800bb11cbcd6f37 100644 |
--- a/components/policy/core/common/cloud/system_policy_request_context.h |
+++ b/components/policy/core/common/cloud/system_policy_request_context.h |
@@ -24,9 +24,9 @@ class POLICY_EXPORT SystemPolicyRequestContext |
const std::string& user_agent); |
// Overridden from net::URLRequestContextGetter: |
- virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE; |
+ virtual net::URLRequestContext* GetURLRequestContext() override; |
virtual scoped_refptr<base::SingleThreadTaskRunner> |
- GetNetworkTaskRunner() const OVERRIDE; |
+ GetNetworkTaskRunner() const override; |
protected: |
virtual ~SystemPolicyRequestContext(); |