summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/connect_interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/connect_interceptor.h')
-rw-r--r--chrome/browser/net/connect_interceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/connect_interceptor.h b/chrome/browser/net/connect_interceptor.h
index 657700e..1f2a9df 100644
--- a/chrome/browser/net/connect_interceptor.h
+++ b/chrome/browser/net/connect_interceptor.h
@@ -37,8 +37,8 @@ class ConnectInterceptor : public net::URLRequestJobFactory::Interceptor {
private:
// Provide access to local class TimedCache for testing.
- FRIEND_TEST(ConnectInterceptorTest, TimedCacheRecall);
- FRIEND_TEST(ConnectInterceptorTest, TimedCacheEviction);
+ FRIEND_TEST_ALL_PREFIXES(ConnectInterceptorTest, TimedCacheRecall);
+ FRIEND_TEST_ALL_PREFIXES(ConnectInterceptorTest, TimedCacheEviction);
// Define a LRU cache that recalls all navigations within the last N seconds.
// When we learn about subresources to possibly preconnect to, it would be a