Index: net/url_request/url_request_throttler_test_support.cc |
diff --git a/net/url_request/url_request_throttler_test_support.cc b/net/url_request/url_request_throttler_test_support.cc |
index 9d3f4e253bc3c5c3d8e0bd32c64b940224342043..70d26f1478c727d79b53cfd317c2047091440327 100644 |
--- a/net/url_request/url_request_throttler_test_support.cc |
+++ b/net/url_request/url_request_throttler_test_support.cc |
@@ -42,8 +42,7 @@ MockURLRequestThrottlerHeaderAdapter::~MockURLRequestThrottlerHeaderAdapter() { |
std::string MockURLRequestThrottlerHeaderAdapter::GetNormalizedValue( |
const std::string& key) const { |
- if (key == |
- URLRequestThrottlerEntry::kExponentialThrottlingHeader && |
+ if (key == URLRequestThrottlerEntry::kExponentialThrottlingHeader && |
!fake_opt_out_value_.empty()) { |
return fake_opt_out_value_; |
} |