| Index: webkit/fileapi/obfuscated_file_util.h
|
| diff --git a/webkit/fileapi/obfuscated_file_util.h b/webkit/fileapi/obfuscated_file_util.h
|
| index e910be9bd3b1b3f5779e9b9cd5fec04cd29b7d19..50c3f1114341178132b51463b1348c500d25c9ae 100644
|
| --- a/webkit/fileapi/obfuscated_file_util.h
|
| +++ b/webkit/fileapi/obfuscated_file_util.h
|
| @@ -19,7 +19,7 @@
|
| #include "webkit/fileapi/file_system_origin_database.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
| #include "webkit/fileapi/file_system_url.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace base {
|
| struct PlatformFileInfo;
|
| @@ -40,7 +40,8 @@ class FileSystemOperationContext;
|
| //
|
| // This class must be deleted on the FILE thread, because that's where
|
| // DropDatabases needs to be called.
|
| -class FILEAPI_EXPORT_PRIVATE ObfuscatedFileUtil : public FileSystemFileUtil {
|
| +class WEBKIT_STORAGE_EXPORT_PRIVATE ObfuscatedFileUtil
|
| + : public FileSystemFileUtil {
|
| public:
|
| // Origin enumerator interface.
|
| // An instance of this interface is assumed to be called on the file thread.
|
|
|