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

Unified Diff: webkit/common/blob/blob_data.h

Issue 512253002: Combine storage_browser_export.h and storage_common_export.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/common/blob/blob_data.h
diff --git a/webkit/common/blob/blob_data.h b/webkit/common/blob/blob_data.h
index ede1bcaa07beef235f37bd1cd1550aa886ca91d1..5419329974c4fbfe1501e420a5d7c6d16528562f 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;

Powered by Google App Engine
This is Rietveld 408576698