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

Unified Diff: content/browser/fileapi/fileapi_message_filter.h

Issue 231923002: Move blob_storage_host from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: content/browser/fileapi/fileapi_message_filter.h
diff --git a/content/browser/fileapi/fileapi_message_filter.h b/content/browser/fileapi/fileapi_message_filter.h
index d0a4d1b22439c1ec7d8d085d2a71acc1c81d6d82..98a723010ec34cb2ecbfc71d838d667c8537058e 100644
--- a/content/browser/fileapi/fileapi_message_filter.h
+++ b/content/browser/fileapi/fileapi_message_filter.h
@@ -44,8 +44,11 @@ class URLRequestContext;
class URLRequestContextGetter;
} // namespace net
-namespace webkit_blob {
+namespace content {
class BlobStorageHost;
+}
+
+namespace webkit_blob {
class ShareableFileReference;
}
@@ -229,7 +232,7 @@ class CONTENT_EXPORT FileAPIMessageFilter : public BrowserMessageFilter {
// Keeps track of blobs used in this process and cleans up
// when the renderer process dies.
- scoped_ptr<webkit_blob::BlobStorageHost> blob_storage_host_;
+ scoped_ptr<BlobStorageHost> blob_storage_host_;
// Keep track of stream URLs registered in this process. Need to unregister
// all of them when the renderer process dies.

Powered by Google App Engine
This is Rietveld 408576698