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

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

Issue 250143002: Media Galleries API: Audio/Video attached pictures support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make blob_storage_host a content/public interface with a content-private impl 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
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 dda669a963f9c369602936c00833ac8f233769de..ae6fdfa4c8d0b62a09b5b1d9fdb1068c6fdae49a 100644
--- a/webkit/browser/blob/blob_storage_context.h
+++ b/webkit/browser/blob/blob_storage_context.h
@@ -23,7 +23,7 @@ class Time;
}
namespace content {
-class BlobStorageHost;
+class BlobStorageHostImpl;
}
namespace webkit_blob {
@@ -52,7 +52,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageContext
void RevokePublicBlobURL(const GURL& url);
private:
- friend class content::BlobStorageHost;
+ friend class content::BlobStorageHostImpl;
friend class BlobDataHandle;
friend class ViewBlobInternalsJob;

Powered by Google App Engine
This is Rietveld 408576698