| Index: webkit/fileapi/file_system_file_util.h
|
| diff --git a/webkit/fileapi/file_system_file_util.h b/webkit/fileapi/file_system_file_util.h
|
| index 634389f171433fee1bb96c6bc54f713db107d763..e5978cb6f3b46e309c6ddefd75783d476d8acfad 100644
|
| --- a/webkit/fileapi/file_system_file_util.h
|
| +++ b/webkit/fileapi/file_system_file_util.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/platform_file.h"
|
| #include "webkit/fileapi/file_system_url.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| +#include "webkit/storage/storage_export.h"
|
|
|
| namespace base {
|
| class Time;
|
| @@ -31,7 +31,7 @@ class FileSystemOperationContext;
|
| //
|
| // Layering structure of the FileSystemFileUtil was split out.
|
| // See http://crbug.com/128136 if you need it.
|
| -class FILEAPI_EXPORT FileSystemFileUtil {
|
| +class STORAGE_EXPORT FileSystemFileUtil {
|
| public:
|
| // It will be implemented by each subclass such as FileSystemFileEnumerator.
|
| class AbstractFileEnumerator {
|
|
|