Index: net/url_request/url_request_throttler_test_support.h |
diff --git a/net/url_request/url_request_throttler_test_support.h b/net/url_request/url_request_throttler_test_support.h |
index fc280686b8f0dd574e0a1bd3939b7a7565692e0a..60a63b2a1538dea966607fa8e50aec93442a418d 100644 |
--- a/net/url_request/url_request_throttler_test_support.h |
+++ b/net/url_request/url_request_throttler_test_support.h |
@@ -19,7 +19,7 @@ class MockBackoffEntry : public BackoffEntry { |
virtual ~MockBackoffEntry(); |
// BackoffEntry overrides. |
- virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE; |
+ virtual base::TimeTicks ImplGetTimeNow() const override; |
void set_fake_now(const base::TimeTicks& now); |
@@ -45,8 +45,8 @@ class MockURLRequestThrottlerHeaderAdapter |
virtual ~MockURLRequestThrottlerHeaderAdapter(); |
// URLRequestThrottlerHeaderInterface overrides. |
- virtual std::string GetNormalizedValue(const std::string& key) const OVERRIDE; |
- virtual int GetResponseCode() const OVERRIDE; |
+ virtual std::string GetNormalizedValue(const std::string& key) const override; |
+ virtual int GetResponseCode() const override; |
private: |
std::string fake_retry_value_; |