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

Unified Diff: webkit/browser/blob/blob_storage_context.h

Issue 231923002: Move blob_storage_host from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 6 years, 8 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/content_tests.gypi ('k') | webkit/browser/blob/blob_storage_context_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/blob/blob_storage_context.h
diff --git a/webkit/browser/blob/blob_storage_context.h b/webkit/browser/blob/blob_storage_context.h
index 9502299da10b4a59d3ddc36fb7496dd7d0b3fb75..dda669a963f9c369602936c00833ac8f233769de 100644
--- a/webkit/browser/blob/blob_storage_context.h
+++ b/webkit/browser/blob/blob_storage_context.h
@@ -22,6 +22,10 @@ class FilePath;
class Time;
}
+namespace content {
+class BlobStorageHost;
+}
+
namespace webkit_blob {
class BlobDataHandle;
@@ -48,8 +52,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageContext
void RevokePublicBlobURL(const GURL& url);
private:
+ friend class content::BlobStorageHost;
friend class BlobDataHandle;
- friend class BlobStorageHost;
friend class ViewBlobInternalsJob;
enum EntryFlags {
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/browser/blob/blob_storage_context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698