Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc |
index 8ff2f04bedc8e683700c41a638cec2a25f9e500d..4678e8e71f92f70eac01e61f67236f42e3afb266 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc |
@@ -362,7 +362,7 @@ TEST_F(DataReductionProxyDelegateTest, OnResolveProxyHandler) { |
OnResolveProxyHandler(url, "GET", load_flags, data_reduction_proxy_config, |
empty_proxy_retry_info, config(), &result); |
EXPECT_EQ(data_reduction_proxy_info.proxy_server(), result.proxy_server()); |
- // Only the proxy list should be updated, not he proxy info. |
+ // Only the proxy list should be updated, not the proxy info. |
EXPECT_EQ(result.config_id(), prev_id); |
// A direct connection is used, but the data reduction proxy is on the retry |