| Index: webkit/fileapi/file_system_usage_cache.h
|
| diff --git a/webkit/fileapi/file_system_usage_cache.h b/webkit/fileapi/file_system_usage_cache.h
|
| index 4a8825456680dcbe8e55616ed8a97b6744da83e5..5f791736fe08b804d9eaa4ccb8190bb28265677a 100644
|
| --- a/webkit/fileapi/file_system_usage_cache.h
|
| +++ b/webkit/fileapi/file_system_usage_cache.h
|
| @@ -7,11 +7,11 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/file_path.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| +#include "webkit/storage/storage_export.h"
|
|
|
| namespace fileapi {
|
|
|
| -class FILEAPI_EXPORT_PRIVATE FileSystemUsageCache {
|
| +class STORAGE_EXPORT_PRIVATE FileSystemUsageCache {
|
| public:
|
| // Gets the size described in the .usage file even if dirty > 0 or
|
| // is_valid == false. Returns less than zero if the .usage file is not
|
|
|