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

Unified Diff: net/url_request/url_request.h

Issue 10824198: Move small c/b/extensions classes into extensions namespace no.1 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master for cq Created 8 years, 4 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/chrome_browser_extensions.gypi ('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 59b5a28ee024fcd4579eafc71a8c427bdf069018..1ccc33966977f3e3bd0e3c4e0e22d6c5e96099b4 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -31,7 +31,6 @@
class FilePath;
// Temporary layering violation to allow existing users of a deprecated
// interface.
-class AutoUpdateInterceptor;
class ChildProcessSecurityPolicyTest;
class ComponentUpdateInterceptor;
class TestAutomationProvider;
@@ -60,6 +59,7 @@ class ResourceDispatcherHostTest;
// Temporary layering violation to allow existing users of a deprecated
// interface.
namespace extensions {
+class AutoUpdateInterceptor;
class UserScriptListenerTest;
}
@@ -181,7 +181,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
class NET_EXPORT Deprecated {
private:
// TODO(willchan): Kill off these friend declarations.
- friend class ::AutoUpdateInterceptor;
+ friend class extensions::AutoUpdateInterceptor;
friend class ::ChildProcessSecurityPolicyTest;
friend class ::ComponentUpdateInterceptor;
friend class ::TestAutomationProvider;
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698