| Index: storage/browser/fileapi/sandbox_directory_database.h
|
| diff --git a/storage/browser/fileapi/sandbox_directory_database.h b/storage/browser/fileapi/sandbox_directory_database.h
|
| index 7918d121d9ff8c266393ce0df9cd01a63540ee81..e765c5bab18d7037dda69d38df2a30bb173acc95 100644
|
| --- a/storage/browser/fileapi/sandbox_directory_database.h
|
| +++ b/storage/browser/fileapi/sandbox_directory_database.h
|
| @@ -40,11 +40,11 @@ namespace storage {
|
| // TODO(ericu): Safe mode, which does more checks such as the above on debug
|
| // builds.
|
| // TODO(ericu): Add a method that will give a unique filename for a data file.
|
| -class STORAGE_EXPORT_PRIVATE SandboxDirectoryDatabase {
|
| +class STORAGE_EXPORT SandboxDirectoryDatabase {
|
| public:
|
| typedef int64 FileId;
|
|
|
| - struct STORAGE_EXPORT_PRIVATE FileInfo {
|
| + struct STORAGE_EXPORT FileInfo {
|
| FileInfo();
|
| ~FileInfo();
|
|
|
|
|