Index: webkit/browser/fileapi/recursive_operation_delegate.h |
diff --git a/webkit/browser/fileapi/recursive_operation_delegate.h b/webkit/browser/fileapi/recursive_operation_delegate.h |
index 28d5b5ef6d37d99445b32e13710d6dc490193260..638663243b4e7a84276ae84531bbe11a4a8ed88a 100644 |
--- a/webkit/browser/fileapi/recursive_operation_delegate.h |
+++ b/webkit/browser/fileapi/recursive_operation_delegate.h |
@@ -24,7 +24,7 @@ class FileSystemOperationRunner; |
// In short, each subclass should override ProcessFile and ProcessDirectory |
// to process a directory or a file. To start the recursive operation it |
// should also call StartRecursiveOperation. |
-class WEBKIT_STORAGE_BROWSER_EXPORT RecursiveOperationDelegate |
+class STORAGE_EXPORT RecursiveOperationDelegate |
: public base::SupportsWeakPtr<RecursiveOperationDelegate> { |
public: |
typedef FileSystemOperation::StatusCallback StatusCallback; |