| Index: webkit/browser/fileapi/transient_file_util.h
|
| diff --git a/webkit/browser/fileapi/transient_file_util.h b/webkit/browser/fileapi/transient_file_util.h
|
| index 0a1d746c29e1da14f2eb0d44805ad3f89adb4e42..9ea3643ac120fc0c7cc13cc16168435e169e38b1 100644
|
| --- a/webkit/browser/fileapi/transient_file_util.h
|
| +++ b/webkit/browser/fileapi/transient_file_util.h
|
| @@ -7,13 +7,13 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "webkit/browser/fileapi/local_file_util.h"
|
| -#include "webkit/browser/webkit_storage_browser_export.h"
|
| +#include "webkit/browser/storage_export.h"
|
|
|
| namespace storage {
|
|
|
| class FileSystemOperationContext;
|
|
|
| -class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE TransientFileUtil
|
| +class STORAGE_EXPORT_PRIVATE TransientFileUtil
|
| : public LocalFileUtil {
|
| public:
|
| TransientFileUtil() {}
|
|
|