summaryrefslogtreecommitdiffstats
path: root/webkit/common/blob/blob_data.h
diff options
context:
space:
mode:
authorpilgrim <pilgrim@chromium.org>2014-08-28 12:05:07 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-28 19:11:46 +0000
commit0363f2c67015888f402bae71239c9163ad9ae031 (patch)
tree38da53ad25c2bf1f60f1aa948512dd0a4efc666c /webkit/common/blob/blob_data.h
parent5867c6e22f5a8a97ad799297bc8c584694c2c583 (diff)
downloadchromium_src-0363f2c67015888f402bae71239c9163ad9ae031.zip
chromium_src-0363f2c67015888f402bae71239c9163ad9ae031.tar.gz
chromium_src-0363f2c67015888f402bae71239c9163ad9ae031.tar.bz2
Combine storage_browser_export.h and storage_common_export.h
BUG=338338 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/512253002 Cr-Commit-Position: refs/heads/master@{#292435}
Diffstat (limited to 'webkit/common/blob/blob_data.h')
-rw-r--r--webkit/common/blob/blob_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/common/blob/blob_data.h b/webkit/common/blob/blob_data.h
index ede1bca..5419329 100644
--- a/webkit/common/blob/blob_data.h
+++ b/webkit/common/blob/blob_data.h
@@ -15,11 +15,11 @@
#include "url/gurl.h"
#include "webkit/common/blob/shareable_file_reference.h"
#include "webkit/common/data_element.h"
-#include "webkit/common/storage_common_export.h"
+#include "webkit/common/storage_export.h"
namespace storage {
-class WEBKIT_STORAGE_COMMON_EXPORT BlobData
+class STORAGE_EXPORT BlobData
: public base::RefCounted<BlobData> {
public:
typedef storage::DataElement Item;