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

Unified Diff: webkit/blob/blob_data.h

Issue 8508059: build blob as a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up nits Created 9 years, 1 month 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 | « no previous file | webkit/blob/blob_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/blob_data.h
diff --git a/webkit/blob/blob_data.h b/webkit/blob/blob_data.h
index 697591ecfb2918aff3e06bc572df978d72de8d5e..b5d9460e2e2060d80206d95c1ebd2fa7ec389864 100644
--- a/webkit/blob/blob_data.h
+++ b/webkit/blob/blob_data.h
@@ -12,6 +12,7 @@
#include "base/memory/ref_counted.h"
#include "base/time.h"
#include "googleurl/src/gurl.h"
+#include "webkit/blob/blob_export.h"
#include "webkit/blob/deletable_file_reference.h"
namespace WebKit {
@@ -20,7 +21,7 @@ class WebBlobData;
namespace webkit_blob {
-class BlobData : public base::RefCounted<BlobData> {
+class BLOB_EXPORT BlobData : public base::RefCounted<BlobData> {
public:
enum Type {
TYPE_DATA,
@@ -29,7 +30,7 @@ class BlobData : public base::RefCounted<BlobData> {
TYPE_BLOB
};
- struct Item {
+ struct BLOB_EXPORT Item {
Item();
~Item();
« no previous file with comments | « no previous file | webkit/blob/blob_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698