diff options
Diffstat (limited to 'net/url_request/url_request.h')
-rw-r--r-- | net/url_request/url_request.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h index 3875efd..c02c7a3 100644 --- a/net/url_request/url_request.h +++ b/net/url_request/url_request.h @@ -34,7 +34,6 @@ class FilePath; class AutoUpdateInterceptor; class ChildProcessSecurityPolicyTest; class ComponentUpdateInterceptor; -class ResourceDispatcherHostTest; class TestAutomationProvider; class URLRequestAutomationJob; class UserScriptListenerTest; @@ -49,6 +48,12 @@ class AppCacheURLRequestJobTest; // Temporary layering violation to allow existing users of a deprecated // interface. +namespace content { +class ResourceDispatcherHostTest; +} + +// Temporary layering violation to allow existing users of a deprecated +// interface. namespace fileapi { class FileSystemDirURLRequestJobTest; class FileSystemOperationWriteTest; @@ -155,7 +160,6 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe), friend class ::AutoUpdateInterceptor; friend class ::ChildProcessSecurityPolicyTest; friend class ::ComponentUpdateInterceptor; - friend class ::ResourceDispatcherHostTest; friend class ::TestAutomationProvider; friend class ::UserScriptListenerTest; friend class ::URLRequestAutomationJob; @@ -164,6 +168,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe), friend class appcache::AppCacheInterceptor; friend class appcache::AppCacheRequestHandlerTest; friend class appcache::AppCacheURLRequestJobTest; + friend class content::ResourceDispatcherHostTest; friend class fileapi::FileSystemDirURLRequestJobTest; friend class fileapi::FileSystemOperationWriteTest; friend class fileapi::FileSystemURLRequestJobTest; |