Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: net/url_request/url_request.h

Issue 10696176: Move UserScript and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698