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

Unified Diff: webkit/blob/blob_data.h

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 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
Index: webkit/blob/blob_data.h
diff --git a/webkit/blob/blob_data.h b/webkit/blob/blob_data.h
index 1afab560036beba9308f41696b3dcbb42b62e1bd..dc95d21ccd1521e99c9ff0caa8a788fd975b436b 100644
--- a/webkit/blob/blob_data.h
+++ b/webkit/blob/blob_data.h
@@ -12,13 +12,13 @@
#include "base/memory/ref_counted.h"
#include "base/time.h"
#include "googleurl/src/gurl.h"
-#include "webkit/blob/blob_export.h"
-#include "webkit/blob/shareable_file_reference.h"
#include "webkit/base/data_element.h"
+#include "webkit/blob/shareable_file_reference.h"
+#include "webkit/storage/storage_export.h"
namespace webkit_blob {
-class BLOB_EXPORT BlobData : public base::RefCounted<BlobData> {
+class STORAGE_EXPORT BlobData : public base::RefCounted<BlobData> {
public:
typedef webkit_base::DataElement Item;

Powered by Google App Engine
This is Rietveld 408576698