| Index: net/url_request/url_request.h
|
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
|
| index 603d90c9700392613355b36f9a814793f8704578..468db95d5bfab26ff81fd38d33e3a4d0423b7a38 100644
|
| --- a/net/url_request/url_request.h
|
| +++ b/net/url_request/url_request.h
|
| @@ -35,7 +35,6 @@ class ChildProcessSecurityPolicyTest;
|
| class ComponentUpdateInterceptor;
|
| class TestAutomationProvider;
|
| class URLRequestAutomationJob;
|
| -class UserScriptListenerTest;
|
|
|
| namespace base {
|
| namespace debug {
|
| @@ -59,6 +58,12 @@ class ResourceDispatcherHostTest;
|
|
|
| // Temporary layering violation to allow existing users of a deprecated
|
| // interface.
|
| +namespace extensions {
|
| +class UserScriptListenerTest;
|
| +}
|
| +
|
| +// Temporary layering violation to allow existing users of a deprecated
|
| +// interface.
|
| namespace fileapi {
|
| class FileSystemDirURLRequestJobTest;
|
| class FileSystemURLRequestJobTest;
|
| @@ -180,7 +185,6 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
| friend class ::ChildProcessSecurityPolicyTest;
|
| friend class ::ComponentUpdateInterceptor;
|
| friend class ::TestAutomationProvider;
|
| - friend class ::UserScriptListenerTest;
|
| friend class ::URLRequestAutomationJob;
|
| friend class TestInterceptor;
|
| friend class URLRequestFilter;
|
| @@ -188,6 +192,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
| friend class appcache::AppCacheRequestHandlerTest;
|
| friend class appcache::AppCacheURLRequestJobTest;
|
| friend class content::ResourceDispatcherHostTest;
|
| + friend class extensions::UserScriptListenerTest;
|
| friend class fileapi::FileSystemDirURLRequestJobTest;
|
| friend class fileapi::FileSystemURLRequestJobTest;
|
| friend class fileapi::FileWriterDelegateTest;
|
|
|