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

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: Leave *.gypi files in blob and fileapi 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
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | webkit/blob/blob_export.h » ('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 1afab560036beba9308f41696b3dcbb42b62e1bd..45c75ca5a09f6c254fec523820dd44d02aee7227 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/webkit_storage_export.h"
namespace webkit_blob {
-class BLOB_EXPORT BlobData : public base::RefCounted<BlobData> {
+class WEBKIT_STORAGE_EXPORT BlobData : public base::RefCounted<BlobData> {
public:
typedef webkit_base::DataElement Item;
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | webkit/blob/blob_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698