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

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: 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..1807c09fb80436ee084565d9b4623a270ed04781 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 {
@@ -57,6 +56,10 @@ namespace content {
class ResourceDispatcherHostTest;
}
+namespace extensions {
Ryan Sleevi 2012/07/12 23:38:06 nit: please reproduce the comment from line 31-32,
Devlin 2012/07/13 15:46:32 Done.
+class UserScriptListenerTest;
+}
+
// Temporary layering violation to allow existing users of a deprecated
// interface.
namespace fileapi {
@@ -180,7 +183,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
friend class ::ChildProcessSecurityPolicyTest;
friend class ::ComponentUpdateInterceptor;
friend class ::TestAutomationProvider;
- friend class ::UserScriptListenerTest;
+ friend class extensions::UserScriptListenerTest;
Ryan Sleevi 2012/07/12 23:38:06 please sort this (line 193 to 194)
Devlin 2012/07/13 15:46:32 Done.
friend class ::URLRequestAutomationJob;
friend class TestInterceptor;
friend class URLRequestFilter;
« 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