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

Unified Diff: net/url_request/url_request.h

Issue 137923003: Change fileapi namespace to content for files that are moved under content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix Created 6 years, 11 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 | « content/public/test/test_file_system_options.cc ('k') | webkit/browser/fileapi/file_system_context.h » ('j') | 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 5637d423c877690223981aec13f4e8a415086d35..7c8e1a95aeff9b95f02f778c4439ad23d3dd8081 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -53,21 +53,11 @@ 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 BlobURLRequestJobTest;
class FileSystemDirURLRequestJobTest;
class FileSystemURLRequestJobTest;
class FileWriterDelegateTest;
-}
-
-// Temporary layering violation to allow existing users of a deprecated
-// interface.
-namespace webkit_blob {
-class BlobURLRequestJobTest;
+class ResourceDispatcherHostTest;
}
namespace net {
@@ -180,11 +170,11 @@ 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::BlobURLRequestJobTest;
+ friend class content::FileSystemDirURLRequestJobTest;
+ friend class content::FileSystemURLRequestJobTest;
+ friend class content::FileWriterDelegateTest;
friend class content::ResourceDispatcherHostTest;
- friend class fileapi::FileSystemDirURLRequestJobTest;
- friend class fileapi::FileSystemURLRequestJobTest;
- friend class fileapi::FileWriterDelegateTest;
- friend class webkit_blob::BlobURLRequestJobTest;
// Use URLRequestJobFactory::ProtocolHandler instead.
static ProtocolFactory* RegisterProtocolFactory(const std::string& scheme,
« no previous file with comments | « content/public/test/test_file_system_options.cc ('k') | webkit/browser/fileapi/file_system_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698