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

Unified Diff: webkit/fileapi/local_file_system_operation.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/fileapi/local_file_system_operation.h
diff --git a/webkit/fileapi/local_file_system_operation.h b/webkit/fileapi/local_file_system_operation.h
index f33f3a1e7790681b250651af1a2c2ba932ece0b2..21fb986c4db0ab37d13505886ccd0a8bae23f1e6 100644
--- a/webkit/fileapi/local_file_system_operation.h
+++ b/webkit/fileapi/local_file_system_operation.h
@@ -15,8 +15,8 @@
#include "webkit/fileapi/file_system_operation_context.h"
#include "webkit/fileapi/file_system_url.h"
#include "webkit/fileapi/file_writer_delegate.h"
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/quota/quota_types.h"
+#include "webkit/storage/storage_export.h"
namespace chromeos {
class CrosMountPointProvider;
@@ -27,7 +27,7 @@ namespace fileapi {
class FileSystemContext;
// FileSystemOperation implementation for local file systems.
-class FILEAPI_EXPORT LocalFileSystemOperation
+class STORAGE_EXPORT LocalFileSystemOperation
: public NON_EXPORTED_BASE(FileSystemOperation) {
public:
virtual ~LocalFileSystemOperation();

Powered by Google App Engine
This is Rietveld 408576698