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

Unified Diff: Source/platform/blob/BlobRegistry.h

Issue 26283005: Move blob-related code to platform/blob (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix win build Created 7 years, 2 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 | « Source/platform/blob/BlobData.cpp ('k') | Source/platform/blob/BlobRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blob/BlobRegistry.h
diff --git a/Source/core/fileapi/BlobRegistry.h b/Source/platform/blob/BlobRegistry.h
similarity index 97%
rename from Source/core/fileapi/BlobRegistry.h
rename to Source/platform/blob/BlobRegistry.h
index b564d3b1f559b46151d1be6b06b9bded87e21fe7..da2e6bffba08c974024b73847f76620993b8172f 100644
--- a/Source/core/fileapi/BlobRegistry.h
+++ b/Source/platform/blob/BlobRegistry.h
@@ -31,6 +31,7 @@
#ifndef BlobRegistry_h
#define BlobRegistry_h
+#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
@@ -44,7 +45,7 @@ class RawData;
class SecurityOrigin;
// A bridging class for calling WebKit::WebBlobRegistry methods.
-class BlobRegistry {
+class PLATFORM_EXPORT BlobRegistry {
public:
// Methods for controlling Blobs.
static void registerBlobData(const String& uuid, PassOwnPtr<BlobData>);
« no previous file with comments | « Source/platform/blob/BlobData.cpp ('k') | Source/platform/blob/BlobRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698