| 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 5f9c3f646435caeeda70137363aae2b8f12a33cb..747380ed3e553786361ec66101920a2387516f28 100644
|
| --- a/webkit/fileapi/file_system_usage_cache.h
|
| +++ b/webkit/fileapi/file_system_usage_cache.h
|
| @@ -7,10 +7,11 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/file_path.h"
|
| +#include "webkit/fileapi/fileapi_export.h"
|
|
|
| namespace fileapi {
|
|
|
| -class FileSystemUsageCache {
|
| +class FILEAPI_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
|
|
|