| Index: webkit/fileapi/file_system_origin_database.h
|
| diff --git a/webkit/fileapi/file_system_origin_database.h b/webkit/fileapi/file_system_origin_database.h
|
| index c8b38fee2e95e13872012e39b24386214da069c1..ea71822ed6920b611a0253d7c7cd89741d56f436 100644
|
| --- a/webkit/fileapi/file_system_origin_database.h
|
| +++ b/webkit/fileapi/file_system_origin_database.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/file_path.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace leveldb {
|
| class DB;
|
| @@ -27,9 +27,9 @@ namespace fileapi {
|
|
|
| // All methods of this class other than the constructor may be used only from
|
| // the browser's FILE thread. The constructor may be used on any thread.
|
| -class FILEAPI_EXPORT_PRIVATE FileSystemOriginDatabase {
|
| +class WEBKIT_STORAGE_EXPORT_PRIVATE FileSystemOriginDatabase {
|
| public:
|
| - struct FILEAPI_EXPORT_PRIVATE OriginRecord {
|
| + struct WEBKIT_STORAGE_EXPORT_PRIVATE OriginRecord {
|
| std::string origin;
|
| FilePath path;
|
|
|
|
|