Index: webkit/browser/fileapi/copy_or_move_file_validator.h |
diff --git a/webkit/browser/fileapi/copy_or_move_file_validator.h b/webkit/browser/fileapi/copy_or_move_file_validator.h |
index 96819506477395fa6ed8b61951689603f0ca9399..966f0f7165724b29032ff721ae585ee80ac264ce 100644 |
--- a/webkit/browser/fileapi/copy_or_move_file_validator.h |
+++ b/webkit/browser/fileapi/copy_or_move_file_validator.h |
@@ -7,7 +7,7 @@ |
#include "base/callback.h" |
#include "base/files/file.h" |
-#include "webkit/browser/webkit_storage_browser_export.h" |
+#include "webkit/browser/storage_export.h" |
namespace base { |
class FilePath; |
@@ -17,7 +17,7 @@ namespace storage { |
class FileSystemURL; |
-class WEBKIT_STORAGE_BROWSER_EXPORT CopyOrMoveFileValidator { |
+class STORAGE_EXPORT CopyOrMoveFileValidator { |
public: |
// Callback that is invoked when validation completes. A result of |
// base::File::FILE_OK means the file validated. |