| Index: webkit/browser/fileapi/syncable/syncable_file_system_operation.h
|
| diff --git a/webkit/browser/fileapi/syncable/syncable_file_system_operation.h b/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
|
| index 90b68b2d088fc6e3cc99b2135680a72452e05ff6..234b71eb056622958ba880f4725212d0313b924a 100644
|
| --- a/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
|
| +++ b/webkit/browser/fileapi/syncable/syncable_file_system_operation.h
|
| @@ -13,7 +13,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "webkit/browser/fileapi/local_file_system_operation.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
|
|
| namespace fileapi {
|
| class FileSystemContext;
|
| @@ -26,7 +26,7 @@ namespace sync_file_system {
|
| class SyncableFileOperationRunner;
|
|
|
| // A wrapper class of LocalFileSystemOperation for syncable file system.
|
| -class WEBKIT_STORAGE_EXPORT SyncableFileSystemOperation
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT SyncableFileSystemOperation
|
| : public fileapi::LocalFileSystemOperation,
|
| public base::SupportsWeakPtr<SyncableFileSystemOperation>,
|
| public base::NonThreadSafe {
|
|
|